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)
- Host: GitHub
- URL: https://github.com/dansteele/js-jukebox
- Owner: dansteele
- Created: 2015-04-28T15:31:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T15:34:29.000Z (about 11 years ago)
- Last Synced: 2024-04-24T09:18:20.072Z (about 2 years ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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