Skip to content

pxndey/drs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drs

Command Line Application (CLI) to view Formula 1 Championship Data (WDC & WCC)

Features

  • Fetch driver standings for a given year.
  • Fetch constructor standings for a given year.
  • Display race data based on the race number and year.

Installation

  1. Clone the repository:

    git clone https://github.com/pxndey/drs.git
    cd drs
  2. Build The Executable:

    go build -o drs.exe
  3. Run

    .\drs.exe --flags
    

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages