- A custom audio player and playlist with a custom progress/seek bar using HTMl5 audio.
 
- Clone the repo: git clone https://github.com/craigstroman/html5-audio-player.git
 - cd html5-audio-player-playlist
 - Install with npm: npm install
 - Start the server using npm start
 
https://html5-audio-player.craigstroman.com/
- Switched to Webpack for compilation
 - Switched to ES6 class
 - Switched to the HTML5 progress element for displaying track progress
 
- Switched to Gulp for task automation.
 - Automated the startup process.
 
- Updated for better accesibility.
 - Better organized CSS.
 
- Added spacebar shortcut to toggle play/pause.
 
- Created player.