pga-leaderboard
A crystal lang experiment. Command line tool for printing active PGA tournament leaderboards to the terminal.
Usage
- Clone the repo:
git clone [email protected]:tstepp/pga-leaderboard.git
- Run the script (from within project):
./bin/pga-leaders
- In order to use the CLI command from anywhere, you can add the project's bin path to your $PATH or symlink the bin to a location that is already in you $PATH.
Dependencies
- crystal lang
Installation
- clone project
- within project run
crystal deps
to install dependencies - within project run
crystal run runner.cr