Skip to content

vbonduro/f1-ergast-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f1-ergast-api-go

GoDoc Go Report Card License

Provides API to the Ergast F1 server. http://ergast.com/mrd/

Supported Features

The following APIs are currently supported:

  • Get race schedule for current season

If you would like to see more features supported, please open an issue or send a pull request.

Installation

go get github.com/vbonduro/f1-ergast-api-go

Usage

Call any public API listed in the pkg/ergast go files directly.

See code in test directory for sample usage.