http://rdio-nowplaying.herokuapp.com/
Simple app to toss up on your media center TV that shows what song is currently playing in your Rdio account.
Grab an Rdio API key
Create a .env
file in this repo with your keys and the poll interval:
RDIO_CONSUMER_KEY=foo
RDIO_CONSUMER_SECRET=bar
Then start:
bundle install
foreman start
Boom: http://localhost:4567/
Create an app at heroku in a clone of this repo:
heroku create --stack cedar jnewland-rdio-nowplaying
Push your config up:
heroku config:push
Ship it:
git push heroku master
Styles shamelessly copypasta'd from play.
MIT