db-vendo-client/p/kvb/readme.md
Jannis R ed86ad0b56
add KVB profile 📝
fixes #250
2021-11-27 23:46:27 +01:00

521 B

KVB profile for hafas-client

Kölner Verkehrs-Betriebe (KVB) is the local transport provider of Cologne. This profile adds KVB support to hafas-client.

Usage

const createClient = require('hafas-client')
const kvbProfile = require('hafas-client/p/kvb')

// create a client with KVB profile
const client = createClient(kvbProfile, 'my-awesome-program')

Check out the code examples.