kmeraz / crunchy-tunes

A music player and aggregator built on the Spotify, YouTube and Soundcloud APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crunchy-tunes

A music player and aggregator built on the Spotify, YouTube and Soundcloud APIs.

Team

  • Product Owner: Kevin Meraz
  • Scrum Master: Brandon Ramirez
  • Development Team Members: Nemo Baker, Ashwin Ravi, Brandon Ramirez, Kevin Meraz

Table of Contents

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

Usage

Checkout the app in action here!

Requirements

Node v5.8

Development

Installing Dependencies

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.

Current Build Health Build Status

View the build [history]](https://travis-ci.org/ImmaculateHangover/crunchy-tunes/builds)

Roadmap

View the project roadmap here Stories in 'Backlog' Stories in 'Ready' Stories in 'In Progress'

Progress

Throughput Graph

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

A music player and aggregator built on the Spotify, YouTube and Soundcloud APIs.


Languages

Language:JavaScript 91.8%Language:Shell 5.9%Language:HTML 2.3%