db-vendo-client/p/ivb
2022-11-22 21:09:06 +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 docs: fix profile imports in code examples 📝 2022-11-22 21:09:06 +01:00
index.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
readme.md docs: fix profile imports in code examples 📝 2022-11-22 21:09:06 +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 {profile as 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.