db-vendo-client/p/ivb
Jannis R 339d64e901
convert to ESM 💥📝
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 convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
index.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
readme.md convert to ESM 💥📝 2022-11-18 19:20:03 +01: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

import {createClient} from 'hafas-client'
import {ivbProfile} from 'hafas-client/p/ivb/index.js'

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

Check out the code examples.