mirror of
				https://github.com/public-transport/db-vendo-client.git
				synced 2025-11-03 09:36:32 +02:00 
			
		
		
		
	| 
				 | 
			||
|---|---|---|
| .. | ||
| base.json | ||
| digicert-tls-rsa-sha256-2020-ca1.crt.pem | ||
| example.js | ||
| index.js | ||
| 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
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.