Skip to content

yusufdundar/formulago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormulaGo Logo

Go Reference GitHub Go golangci-lint Go Report Card


🏎 About The Project

Formula 1 race statistics for CLI written with GO.
Basicly It scrapes Formula 1 website to get information about standings and race result.

FormulaGo gif

⚙️ Installation

  1. Need GO installed. Refer to GO Website

  2. Install with GO

    go install github.com/yusufdundar/formulago@latest

Warning
In order to run formulago from anywhere in terminal $GOPATH/bin environment value must be in the PATH.

🏁 Usage

For now FormulaGo have one command.

formulago result

There are 3 different flags you can use with the result command.

  • --driver or -d shows driver standings
  • --constructor or -c shows constructor standings
  • --race or -r shows race results

Formulago help gif

📖 Libraries

This project uses following go libraries:

⚠️ License

Distributed under the MIT License. See LICENSE for more information.

(back to top)