/hobbes

Primary LanguageRuby

Hobbes

A simple REST service to gather product info from woot! and its subdomains.

Hosted on Heroku - http://hobbes.heroku.com

Usage:Production

  1. output is in JSON
  2. visiting http://hobbes.heroku.com will give you the product infos for the current day for all subdomains of woot!
  3. appending the subdomain of the site of your choice will give you only the product info for that subdomain

Usage:Development

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!