andrewslotin / vbb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:MIT License


Languages

Language:Go 100.0%