An open API service indexing awesome lists of open source software.

https://github.com/dansteele/js-jukebox

First real use of an external API with javascript (ported to github)
https://github.com/dansteele/js-jukebox

Last synced: 5 months ago
JSON representation

First real use of an external API with javascript (ported to github)

Awesome Lists containing this project

README

          

# Soundcloud Jukebox App

# INSTALL

* Fork and clone this repo as usual
* Update the client app ID in the script element inside of index.html to be your SoundCloud API key

# TODO

* Add code to the for loop to dynamically add image elements to the page every time the textbox changes

* Add code to make a popup div element appear when you click on an individual track, with more information about the track

* Add code to add a player on the popup

* Refactor your code so that you create an Object of type Track, which knows how to render itself as HTML

* Refactor your code to put your tracks in 3D