A simple REST service to gather product info from woot! and its subdomains.
Hosted on Heroku - http://hobbes.heroku.com
- output is in JSON
- visiting http://hobbes.heroku.com will give you the product infos for the current day for all subdomains of woot!
- appending the subdomain of the site of your choice will give you only the product info for that subdomain
clone the repo
$ git clone git@github.com:bostonaholic/hobbes.git
install gems
$ bundle install
start up the sinatra server
$ ruby -rubygems hobbes.rb
visit http://localhost:4567
enjoy!