Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DigitalJukeBox

This is a simple Digital Jukebox.

Using HTML, CSS, Javascript, Bootstrap and Jquery to make a responsive jukebox clone.

Utilizing these 2 API's with Axios request to call

  1. ALBUMS This service provides a JSON array of albums available. SERVICE API URL: https://stg-resque.hakuapp.com/albums.json RETURNS JSON OBJECT ARRAY:
  2. SONGS This service provides a list of songs for a specific album. SERVICE API URL: https://stg-resque.hakuapp.com/songs.json?album_id=1 INPUT PARAMETER: album_id (integer) RETURNS JSON OBJECT ARRAY:

Development Demo

(DEMO) https://rguasp.github.io/DigitalJukeBox/

Releases

Packages

Contributors

Languages