/github-events

Web Application for show stream of specific github events.

Primary LanguageJavaScript

Github Events

Web Application for show stream of specific github events.

Run

Requirements:

git clone https://github.com/kutu/github-events.git
cd github-events
make
make run

Go to http://localhost:5000

Deploy to Heroku

Requirements:

heroku create
heroku config:add BUILDPACK_URL=http://github.com/heroku/heroku-buildpack-erlang.git
git push heroku master
heroku ps:scale web=1
heroku open