/twtbox

Collaborative Rdio Jukebox: twtbox.com

Primary LanguageJavaScript

 __                 __    __
/\ \__             /\ \__/\ \
\ \ ,_\  __  __  __\ \ ,_\ \ \____    ___   __  _
 \ \ \/ /\ \/\ \/\ \\ \ \/\ \ '__`\  / __`\/\ \/'\
  \ \ \_\ \ \_/ \_/ \\ \ \_\ \ \_\ \/\ \_\ \/>  </
   \ \__\\ \___x___/' \ \__\\ \_,__/\ \____//\_/\_\
    \/__/ \/__//__/    \/__/ \/___/  \/___/ \//\/_/

A Collaborative Rdio Jukebox

Requirements

##Installation

  1. heroku create
  2. heroku addons:add redistogo:nano
  3. heroku config:add REDISTOGO_URL=redis://redistogo:password@redistogo.com:8000/
  4. heroku config:add HEROKU_URL=http://appname.herokuapp.com
  5. heroku config:add RDIO_API_KEY=xxx
  6. heroku config:add RDIO_API_SECRET=xxx
  7. heroku config:add SESSION_SECRET=random_secret_string
  8. git push heroku master
  9. heroku open

Usage

  1. Log in to an active Rdio account
  2. Visit the app homepage and create a jukebox
  3. Share the jukebox’s request page address with friends
  4. Songs they add will be added to the end of the queue
  5. Have fun!