Skip to content

Sinatra app to track open source contribution streaks

License

Notifications You must be signed in to change notification settings

akerl-archived/scoreboard

Repository files navigation

Inactive Project: Now that almost everybody I was working with ended their GitHub streaks, there's not much use putting further work into this.

scoreboard

Code Climate Coverage Status Build Status MIT Licensed

Sinatra app to show a user's Github streak compared to the people they follow.

Usage

git clone git://github.com/akerl/scoreboard
cd scoreboard
bundle install
SB_DEFAULT=jimbo SB_TOKEN=5b1TQIDWNHbNdCqv9VrTybz thin start

To start a dev server, use shotgun (it reloads files after your changes):

SB_DEFAULT=jimbo SB_TOKEN=5b1TQIDWNHbNdCqv9VrTybz shotgun

If you want to use the alternate Redis backend for local caching, set the SB_STORE environment variable to "redis". If you have options to pass to Redis, set SB_STOREOPTS to a JSON object of the options.

The Redis support uses redisstore, which in turn uses redis-rb.

License

scoreboard is released under the MIT License. See the bundled LICENSE file for details.

All content in ./assets/ is used under its original license, which is included in that directory.

About

Sinatra app to track open source contribution streaks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published