Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmperez/web-player-ui-code-test
A basic JS structure for a web player
https://github.com/jmperez/web-player-ui-code-test
Last synced: 29 days ago
JSON representation
A basic JS structure for a web player
- Host: GitHub
- URL: https://github.com/jmperez/web-player-ui-code-test
- Owner: JMPerez
- License: mit
- Created: 2014-05-04T14:05:23.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-10-05T12:29:06.000Z (about 9 years ago)
- Last Synced: 2024-05-02T06:02:59.627Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Player Code Test
This is a small project that I created in April 2012 as a code test when joining Spotify, consisting of creating a semi-functional web-based Music Player interface using HTML5 and JavaScript.
The interface serves three purposes:
1. Perform track/artist/album searches through Spotify Metadata API
2. Maintain playlists
- CRUD (Create, Remove, Update, Delete)
- Add/remove tracks
3. Maintain a current queue of songs
4. Player controls
- Play - “Play” songs using setTimeout for the song length
- Stop
- Rewind
- FastForwardNote that this is only a UI and there is no music playback.
## How to Run
Just open `index.html`. There is extra information about how to run it in the *About* page.
## License
MIT