bebepeng / listen_to

Rails version of Bebe's Music App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listen to - RAILS

A quantitative way of sharing with people what you enjoy listening to.

Users add youtube songs they enjoy to their lists. Listen to then compiles statistics about those songs, to give you some insight on your or someone else's preferences.


Some statistics it gives you now:

  • View counts
  • Like counts
  • Favorite counts
  • Average View Counts
  • Average Likability Rating

Future statistics:

  • Music publication time line
  • Map of publication locations
  • Likability Rating for individual songs

Look forward to:

  • User's current favorite song in stream form
  • Search playlists for a certain song
  • thumbnails from album art
  • Youtube account connection
  • upload playlists from Youtube
  • sharing via Facebook and Twitter

Code Climate Build Status

URLs

Setup Instructions

  1. Clone this repository
  2. bundle
  3. Create databases: rake db:create
  4. Run migrations: rake db:migrate
  5. Create a .env file using .env.example as a guide
  6. Run Specs rspec
  7. Run Local Server rails s

On Heroku

  1. heroku run 'rake db:migrate' -a HEROKUAPP

Admins

About

Rails version of Bebe's Music App


Languages

Language:JavaScript 83.2%Language:Ruby 15.1%Language:CSS 1.6%