Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.05 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.05 KB

Atuned

Atuned is a tool for building and listening to Spotify playlists, sonically-tailored to your energy level

Team

  • Product Owner: Brendan Dugan
  • Scrum Master: Jason Green
  • Development Team Members: Ricky Hendrawan(Lieutenant Scrum Master), Shu Yoshioka

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
  4. Team
  5. Contributing

Usage

You must have a Spotify-premium account to use this app.

Requirements

  • Node 0.12.x
  • npm 2.x
  • MongoDB 3.x

Development

Installing Dependencies

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

Contributing

See _CONTRIBUTING.md for contribution guidelines. See _STYLE-GUIDE.md for style guidelines.