A music player and aggregator built on the Spotify, YouTube and Soundcloud APIs.
Checkout the app in action here!
Node v5.8
From within the root directory:
npm install
npm install -g webpack
npm install -g karma-cli
npm install -g jasmine
## Server your files on a webpack server:
'npm run dev-start'
This script uses web pack to bundle your js and jsx files (with source maps), watches the files for changes to trigger a new bundle, and starts your node server on localhost:8080.
Navigate your browser to localhost: 8080 to view the app.
'webpack --watch'
View the build [history]](https://travis-ci.org/ImmaculateHangover/crunchy-tunes/builds)
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.