Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajpocus/gitcalendar

Marks each day you've commited to GitHub on a calendar.
https://github.com/ajpocus/gitcalendar

Last synced: 27 days ago
JSON representation

Marks each day you've commited to GitHub on a calendar.

Awesome Lists containing this project

README

        

**OVERVIEW**

Gitcalendar pulls down your GitHub commit data, and crosses off each day you've made a commit on a calendar. This project was inspired by [this Lifehacker article about Jerry Seinfeld](http://lifehacker.com/281626/jerry-seinfelds-productivity-secret).

**REQUIREMENTS**

Gitcalendar requires django-debug-toolbar, iso8601 (for date parsing),
memcached, and the python-memcached bindings. You can install memcached with
your distro's package manager, and the Python dependencies with pip:

$ pip install django-debug-toolbar iso8601 python-memcached

**USAGE**

You'll have to edit settings.py, and replace the value of USER with your username. Start the server with:

$ ./manage.py runserver

and you can see your calendar at http://localhost:8000/.

**AUTHORS**

Gitcalendar is written by Austin Pocus, copyright 2011, under the BSD license. Details may be found in LICENSE.