Skip to content

samsonjs/retrogit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetroGit

Service that shows you your GitHub commits from previous years. 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://www.retrogit.com/.

Running Locally

First, install the Go App Engine SDK.

Then, create github-oauth.json (you'll need to register a new app with GitHub) and session.json (with randomly-generated keys) files in the config directory, based on the sample files that are already there.

Finally, run:

dev_appserver.py --enable_sendmail=yes app

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

Deploying to App Engine

./deploy.sh

About

Your GitHub time machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.5%
  • HTML 21.1%
  • Less 11.9%
  • CSS 5.2%
  • Other 1.3%