Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.03 KB

f1-cli

A command line interface to keep up with Formula 1 race events. Made using Cobra and Termui.

Features

  • Responsive and clear interface
  • Display standings, race details and Formula 1 schedule
  • Automatic caching to boost data retrieval speeds

Requirements

Installation

Copy and paste the following command in your terminal

wget -O - https://raw.githubusercontent.com/MrVSiK/f1-cli/main/install.sh | bash

Commands

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.

Acknowledgements