__ __ __
/\ \__ /\ \__/\ \
\ \ ,_\ __ __ __\ \ ,_\ \ \____ ___ __ _
\ \ \/ /\ \/\ \/\ \\ \ \/\ \ '__`\ / __`\/\ \/'\
\ \ \_\ \ \_/ \_/ \\ \ \_\ \ \_\ \/\ \_\ \/> </
\ \__\\ \___x___/' \ \__\\ \_,__/\ \____//\_/\_\
\/__/ \/__//__/ \/__/ \/___/ \/___/ \//\/_/
- An Rdio account
- A Redis To Go API key or Redis database
- An Rdio API key
##Installation
heroku create
heroku addons:add redistogo:nano
heroku config:add REDISTOGO_URL=redis://redistogo:[email protected]:8000/
heroku config:add HEROKU_URL=http://appname.herokuapp.com
heroku config:add RDIO_API_KEY=xxx
heroku config:add RDIO_API_SECRET=xxx
heroku config:add SESSION_SECRET=random_secret_string
git push heroku master
heroku open
- Log in to an active Rdio account
- Visit the app homepage and create a jukebox
- Share the jukebox’s request page address with friends
- Songs they add will be added to the end of the queue
- Have fun!