Expand description
Utility to retreive football score from api-football.com
Please specify club_id to show your favorite club match information. You can get the ID of your
favorite club from club_name option.
USAGE:
footballscore [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-k, --api-key <api-key> Api key (optional but either this or API_KEY environment variable must exist)
--next-match <next-match> Show next match (optional), but it must be `1`
-n, --club-name <club-name> Get your favorite Club ID by name (optional)
-c, --club-id <club-id> Your favorite Club ID (optional), if not specified `529 (Barcelona)` will be assumedRe-exports§
pub use error::Error;
Modules§
- config
- Configuration data
- error
FootballUtilError- football_
api - Reqwest Client
- football_
fixtures_ data - Representation of Football Fixtures Data from api-football.com
- football_
opts - CLI App Options and implementation
- football_
teams_ data - Representation of Football Teams Data from api-football.com