Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 853 Bytes

Rdio Now Playing

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.

Hacking

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/

Running your own copy on heroku

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

Credit Where Credit Is Due

Styles shamelessly copypasta'd from play.

License

MIT