paddycarver / gitwatch

An App Engine app that displays live data from Github webhooks in realtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitWatch is a real-time git commit tracker, released under the MIT License. It was hacked together for UB Hacking 2012 by Paddy Foran and Nick DiRienzo, and it's still under development. 

Feel free to use it for your hackathon. All you have to do is create a new App Engine task, make a few modifications (i.e. change the admin email in AwardsWorker), and you're ready to deploy.

To have the repositories use GitWatch, have a post-receive URL point to yourgitwatchdomain.whatever/github and GitWatch takes care of the rest.

We plan on implementing more features to make gitwatch even more awesome, so check out the ROADMAP if you're curious.

About

An App Engine app that displays live data from Github webhooks in realtime.

License:MIT License


Languages

Language:JavaScript 75.5%Language:Python 24.5%