kutu / github-events

Web Application for show stream of specific github events.

Home Page:http://gh-events.kutu.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web Application for show stream of specific github events.

http://gh-events.kutu.ru/


Languages

Language:JavaScript 72.3%Language:Erlang 27.7%