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 runformulago
from anywhere in terminal$GOPATH/bin
environment value must be in the PATH.
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
This project uses following go libraries:
Distributed under the MIT License. See LICENSE
for more information.