db-vendo-client/p/kvb
2022-11-17 15:17:01 +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 departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01:00
readme.md add KVB profile 📝 2021-11-27 23:46:27 +01:00
thawte-rsa-ca-2018.pem KVB: provide CA certificate chain via Agent 🐛 2022-06-18 18:33:13 +02: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.