Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

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'

const userAgent = 'link-to-your-project-or-email' // adapt this to your project!

// create a client with IVB profile
const client = createClient(ivbProfile, userAgent)

Check out the code examples.