mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
No description
Don't try to fetch repositories to render the homepage (just use the excluded repository count). Also do the user and email address fetches in parallel. |
||
|---|---|---|
| app | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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.
It's currently running at https://git-hop.appspot.com/.
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