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

jnewland/rdio-nowplaying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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