Repo for reroute hackathon: http://hattery.com/reroute/
See the app at: http://wigglemap.com
Follow us: http://facebook.com/wigglemap
http://twitter.com/wigglemap
To begin:
- Install dependencies (see below)
- Start mongod and redis
- ruby app.rb
- http://localhost:4567
- Congrats, you should be up and running!
Dependencies:
- Ruby 1.9+ (lion comes with 1.8.7)
- Install Ruby Gems
- Install gems (will install: - mongo, mongoid, json, bson_ext, sinatra, redis, nokogiri, rest-client, geocoder, open-uri)
bundle install