Formula 1 race statistics for CLI written with GO.
Basicly It scrapes Formula 1 website to get information about standings and race result.
-
Need GO installed. Refer to GO Website
-
Install with GO
go install github.com/yusufdundar/formulago@latest
Warning
In order to runformulagofrom anywhere in terminal$GOPATH/binenvironment value must be in the PATH.
For now FormulaGo have one command.
formulago resultThere are 3 different flags you can use with the result command.
--driveror-dshows driver standings--constructoror-cshows constructor standings--raceor-rshows race results
This project uses following go libraries:
Distributed under the MIT License. See LICENSE for more information.


