Command Line Application (CLI) to view Formula 1 Championship Data (WDC & WCC)
- Fetch driver standings for a given year.
- Fetch constructor standings for a given year.
- Display race data based on the race number and year.
-
Clone the repository:
git clone https://github.com/pxndey/drs.git cd drs
-
Build The Executable:
go build -o drs.exe
-
Run
.\drs.exe --flags
Flags:
-year
: Specify the race year, leave blank for the current year.-race
: Specify the race number.--drivers
: Display the driver's championship standings for the given year.--constructors
: Display the constructor's championship standings for the given year.--help
: Show usage instructions.