| Crates.io | footy |
| lib.rs | footy |
| version | 0.1.2 |
| created_at | 2018-08-15 22:03:49.025246+00 |
| updated_at | 2018-08-19 21:37:35.620728+00 |
| description | A CLI for getting football data |
| homepage | |
| repository | https://github.com/michael-ar/rust-footy-cli |
| max_upload_size | |
| id | 79655 |
| size | 15,618 |
This CLI provides a wrapper around a subset of the functionality offered by the excellent www.football-data.org service, from which you will need a free API token.
To install the CLI:
cargo install footy
Commands:
footy <command>
Commands:
configure Set your API token, and select your default league / team
fixtures Displays fixtures
table Displays a league table
help Prints this message or the help of the given subcommand
footy fixtures [options]
(defaults to your set league's current matchday)
Options:
-m, --manual Select league fixtures to display
-t, --team Displays the fixtures for your default team
-h, --help Show help
footy table [options]
(defaults to your set league's table)
Options:
-m, --manual Select league table to display
-h, --help Show help