/vbb

Go bindings for the Berlin-Brandenburg public transportation (VBB) system API

Primary LanguageGoMIT LicenseMIT

Go client for Berlin/Brandenburg transport API

A Go client for the VBB API

Usage

Add to your go.mod file:

go get github.com/andrewslotin/vbb

Initialize the API client:

c := vbb.New(vbb.BaseURL, nil)