A command line interface to keep up with Formula 1 race events. Made using Cobra and Termui.
- Responsive and clear interface
- Display standings, race details and Formula 1 schedule
- Automatic caching to boost data retrieval speeds
Copy and paste the following command in your terminal
wget -O - https://raw.githubusercontent.com/MrVSiK/f1-cli/main/install.sh | bash
Command | Flags | Description |
---|---|---|
f1 race | --year or -y, --round or -r | List race results based on the year and round given. |
f1 sch | --year or -y | Show the race schedule of the given year. |
f1 std | --year or -y, --round or -r (optional), --constructors or -c (optional) | List the driver's or constructors championship standings for the given year. |
- This cli uses Ergast Developer API.