steverob / octostalker

An app to follow friends and organizations on github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octostalker

http://octostalker.com/

An app to follow friends and organizations on github

How to run locally

Create a new GitHub application for test, you should use those urls:

  • URL: http://localhost:4567
  • Callback URL: http://localhost:4567/auth/github/callback

Create a .env file on the root of the project using the credentials from the app:

GITHUB_KEY=<Client ID>
GITHUB_SECRET=<Client Secret>

Run:

bundle install
foreman start -p 4567

open http://localhost:4567

Credits

@luanmuniz - For the frontend help
@jsncostello - For the octocat

Bitdeli Badge

About

An app to follow friends and organizations on github

License:MIT License