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

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.