db-vendo-client/p/ivb/readme.md
Jannis R 339d64e901
convert to ESM 💥📝
2022-11-18 19:20:03 +01:00

552 B

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.