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
- ALBUMS This service provides a JSON array of albums available. SERVICE API URL: https://stg-resque.hakuapp.com/albums.json RETURNS JSON OBJECT ARRAY:
- 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: