Atuned is a tool for building and listening to Spotify playlists, sonically-tailored to your energy level
- Product Owner: Brendan Dugan
- Scrum Master: Jason Green
- Development Team Members: Ricky Hendrawan(Lieutenant Scrum Master), Shu Yoshioka
You must have a Spotify-premium account to use this app.
- Node 0.12.x
- npm 2.x
- MongoDB 3.x
From within the root directory:
sudo npm install -g bower
npm install
bower install
nodemon
##Tests To run front-end tests
gulp test-client
To run back-end tests
gulp test-server
To run all tests
gulp test
See _CONTRIBUTING.md for contribution guidelines. See _STYLE-GUIDE.md for style guidelines.