wcup-22
v1.3.5
Published
CLI Tool written for World Cup 2022
Downloads
18
Readme
wcup-cli (under development)
wcup is a CLI for football fans who wants to follow World Cup 2022 ⚽
Installation
Run
$ npm install -g wcup-22
Usage
Commands available
wcup <command>
Available Commands:
groups Get groups
status Get information about teams
Upcoming Commands:
scores Get scores of past and live fixtures
fixtures Get upcoming and past fixtures of a team
Options:
-h, --help Show help [boolean]
Command groups
Get groups of World Cup 2022
Usage: wcup groups
Options:
-h, --help Show help [boolean]
-g --group Group Letter [string]
Examples:
wcup groups -g A
Command status
Get groups of World Cup 2022
Usage: wcup status
Options:
-h, --help Show help [boolean]
-c --country Country Abbrevation Name [string]
Examples:
wcup status -c "ENG"
Upcoming Commands
Command scores
Get scores of past and live fixtures
Usage: wcup scores [options]
Options:
-h, --help Show help [boolean]
-l, --live Live scores [boolean]
-c, --country Name of the country [string]
Examples:
wcup scores -t "por" -l
Command fixtures
Get upcoming and past fixtures of a league and team
Usage: wcup fixtures [options]
Options:
-h, --help Show help [boolean]
-c, --country Name of the country [string]
-n, --next Next or upcoming matches [boolean]
Examples:
wcup fixtures -t "arg" -n