/jamradio

Jam Radio share music with your friends

Primary LanguageCSS

This a basic player that uses Soundcloud API to download the music

  • Radios: This are playlist generated based on a genre or an artist name

  • My Playlist This is the user personal playlist of individual songs. with the like button the user can add a song that is playing on the radio to listen later.

  • Jams This is the social part of the radio. A user can create a new Jam and invite some friends to create a playlist together.

  • Ruby version: 2.0.0

Configuration

To have the app up and running first clone the repository

$ git clone https://github.com/cocolote/jamradio.git
cd jamradio
bundle install
rake db:create
rake db:migrate

rake doc:app.

Build Status Code Climate Coverage Status