HTML5/CSS Audio Player using AngularJS.
Just fork this repo, then edit the given starter code as follows:
- Place your content in the div with id '#content-div'
- Place your custom CSS in the file called 'styles.css'
- Edit the given JSON file with the data for your music.
- Add the music files. MP3 should work for most browsers. If not, use Ogg Vorbis.
- script.js has a constant for the location of the JSON created in step 3. Alter this constant to point to the new JSON.
- Now you're done!