A responsive audio player utilizing the open source jPlayer library (https://github.com/happyworm/jPlayer) and circle player (https://github.com/maboa/circleplayer). This player has a static playlist that can be defined using XML or JSON. If you choose to use the XML file, an ajax request will be used to get the data and format the playlist object. I added this option since it was the request from the person that asked me to create the skin.
- npm install
- grunt build
- Update either the src/js/app/playlist.js or .xml file. If you are going to use the XML file, you will need to set the "useJsonPlaylist" variable to false in the src/js/app/app.js file and then run grunt build.
- The default grunt task will run development tasks and set a watch, so use Chrome and the Live Reload extension for development.
Many, many thanks to Mark Panaghiston (@thepag) for such a great framework!