jbavari / scoreboard-cli

Simple scoreboard built in Ruby for the CLI
MIT License
0 stars 0 forks source link

Gem Version Code Climate Scrutinizer Code Quality Codacy Badge Build Status

Scoreboard

Install the gem: gem install scoreboard.

Dive in the code

To get started, clone this repo.

bundle install
bundle exec bin/scoreboard

Score your teams.

API

The API server sits separately from this repo, and lives scoreboard-api repo.

Dashboard

There is an accompanying dashboard that gets data from this tool, see the scoreboard-dashboard.