No description
Find a file
Mihai Parparita fe11e2a97a Basic timezone support.
Digests are generated for day boundaries in the given timezone, and timestamps
that are displayed are in that timezone too. No UI for actually specifying a
timezone.
2014-08-03 23:00:48 -07:00
app Basic timezone support. 2014-08-03 23:00:48 -07:00
.gitignore Store OAuth token in a session cookie. 2014-07-26 15:34:47 -07:00
LICENSE App Engine skeleton. 2014-07-05 15:04:41 -07:00
README.md Add basic README. 2014-08-01 21:29:18 -07:00

GitHop

Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past.

Running Locally

First, install the Go App Engine SDK. Then run:

dev_appserver.py --enable_sendmail=yes app

The server can the be accessed at http://localhost:8080/.

Deploying to App Engine

goapp deploy -oauth app