jakubsvehla / github-explorer

Explore the GitHub API like a boss!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Explorer

Explore the GitHub API like a boss!

Installation

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!

Demo app

http://github-explorer.herokuapp.com

It's running on Heroku and using Heroku Postgres and Redis To Go.

About

Explore the GitHub API like a boss!


Languages

Language:Ruby 100.0%