3 releases
Uses old Rust 2015
0.1.2 | Aug 19, 2018 |
---|---|
0.1.1 | Aug 15, 2018 |
0.1.0 | Aug 15, 2018 |
#1381 in #game
25 downloads per month
15KB
369 lines
Footy: A Rust CLI for Getting Football Data
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.
Usage
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
Dependencies
~18–28MB
~476K SLoC