Crate footballscore

source ·
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 assumed

Re-exports

Modules

Macros

Functions

Type Aliases