Explore the GitHub API like a boss!
Github Explorer requires Ruby 1.9.2+, PostgreSQL and Redis.
You also need to register your application before getting started to get a client id and client secret.
$ bundle install
$ createdb github-explorer
$ rake db:migrate
$ rake db:seed
$ export CLIENT_ID=YOUR_CLIENT_ID
$ export CLIENT_SECRET=YOUR_CLIENT_SECRET
$ bundle exec rackup
$ open http://localhost:9292/
Now you are ready to explore!
http://github-explorer.herokuapp.com
It's running on Heroku and using Heroku Postgres and Redis To Go.