Are you happy?

Developer Setup

  1. git clone git@github.com:rocketsofawesome/are_you_happy.git
  2. cd are_you_happy
  3. bundle
  4. rake db:setup

Get rolling on Heroku:

  1. Get yourself a Flickr API key.
  2. heroku create
  3. git push heroku master
  4. heroku run rake db:migrate
  5. heroku config:add QUOTE_SOURCE="startrek+simpsons_ralph+simpsons_homer" FLICKR_API_KEY=XXXXXXX
  6. heroku open