Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/technoweenie/seinfeld

Open Source calendar
https://github.com/technoweenie/seinfeld

Last synced: 3 months ago
JSON representation

Open Source calendar

Awesome Lists containing this project

README

        

# Seinfeld Calendar

Track your OSS Productivity with GitHub.

http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php

## Setup

* See .gems (Heroku gem manifest) for required gems.
* Setup a config/database.yml. See config/database.sample.yml.
* Setup the initial database and start the application.

$ rake db:schema:load
$ rackup config.ru

## Usage

* Start the console:

$ rake console:

* Once you add a user, it will be accessible like so:

$ open http://localhost:9292/~technoweenie

* Add a user from GitHub.

$ rake seinfeld:add USER=technoweenie

* Update all progresses from GitHub, should be ran nightly.

$ rake seinfeld:update USER=