db-vendo-client/p/ivb
2022-11-18 19:20:03 +01:00
..
base.json add IVB profile 📝 2021-08-05 20:10:10 +02:00
digicert-tls-rsa-sha256-2020-ca1.crt.pem add IVB profile 📝 2021-08-05 20:10:10 +02:00
example.js trip: remove lineName parameter, update integration test fixtures 💥📝 2022-11-18 19:20:03 +01:00
index.js departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01:00
readme.md add IVB profile 📝 2021-08-05 20:10:10 +02:00

IVB profile for hafas-client

Innsbrucker Verkehrsbetriebe (IVB) is the local transport provider of Innsbruck. This profile adds IVB support to hafas-client.

Usage

const createClient = require('hafas-client')
const ivbProfile = require('hafas-client/p/ivb')

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

Check out the code examples.