Skip to content

theinventor/domainr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Troy Anderson
Mar 13, 2016
ae14a16 · Mar 13, 2016

History

56 Commits
Mar 27, 2012
Mar 27, 2012
Mar 27, 2012
Feb 15, 2012
Dec 7, 2011
Feb 21, 2012
Feb 15, 2012
Dec 7, 2011
Jan 18, 2012
Feb 15, 2012
Feb 19, 2012
Dec 7, 2011
Dec 13, 2011
Dec 7, 2011
Feb 15, 2012
Dec 7, 2011
Mar 27, 2012
Mar 27, 2012
Feb 15, 2012
Mar 13, 2016
Dec 7, 2011
Dec 7, 2011
Dec 7, 2011

Repository files navigation

= Based off Railscasts omniauth example and some code from the robodomain guys

This is an app to help you monitor your domain names

do a bundle, then rake db:migrate

to get twitter working you need an app at the developer site, then(if you are using bash):
export TWITTER_KEY=keyhere
export TWITTER_SECRET=secrethere

and rails s

it should be able to pull those from environment variables.

have fun