footbuddy
v1.0.8
Published
A smart command line tool for Football fans
Downloads
6
Maintainers
Readme
FootBuddy: A smart command line tool for Football fans
All data is from api.football-data.org
- Next 5 games of your favourite team
- Last 5 games of another team
- Check and navigate through a league fixtures
- Check league table
- Check upcoming/past games of your favourite team or any other team.
- Check league tables.
- Check league fixtures for any league.
If you have any suggestion/fix please feel free to open an issue or contribute :)
Install
npm install -g footbuddy
Commands
You can view all available commands using:
footbuddy -h
Available commands:
next [n] Check upcoming n games
last [n] Check last n games
table View league table
competition View competition
On first use you will be asked to choose a favourite team, that team will be later used as a default value for your next commands unless you specify the "--custom" option:
footbuddy next 5 --custom
# you will be prompted to choose a different team for this command
TODO
Add more capabilities to the Bot:
- Give the user the ability to change his favourite team.