Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technoweenie/seinfeld
Open Source calendar
https://github.com/technoweenie/seinfeld
Last synced: 3 months ago
JSON representation
Open Source calendar
- Host: GitHub
- URL: https://github.com/technoweenie/seinfeld
- Owner: technoweenie
- License: mit
- Fork: true (entp/seinfeld)
- Created: 2008-10-09T23:55:28.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2012-11-02T16:40:50.000Z (about 12 years ago)
- Last Synced: 2024-02-12T18:07:10.852Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 1.7 MB
- Stars: 89
- Watchers: 7
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=