db-vendo-client/p/ivb/readme.md
Jannis R f20466c21c
add IVB profile 📝
part of #207
2021-08-05 20:10:10 +02:00

549 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

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.