db-vendo-client/p/ivb/readme.md

18 lines
634 B
Markdown
Raw Normal View History

2021-08-05 19:06:03 +02:00
# IVB profile for `hafas-client`
[*Innsbrucker Verkehrsbetriebe (IVB)*](https://de.wikipedia.org/wiki/Innsbrucker_Verkehrsbetriebe_und_Stubaitalbahn) is the local transport provider of [Innsbruck](https://en.wikipedia.org/wiki/Innsbruck). This profile adds *IVB* support to `hafas-client`.
## Usage
```js
2022-05-07 16:17:37 +02:00
import {createClient} from 'hafas-client'
import {profile as ivbProfile} from 'hafas-client/p/ivb/index.js'
2021-08-05 19:06:03 +02:00
const userAgent = 'link-to-your-project-or-email' // adapt this to your project!
2021-08-05 19:06:03 +02:00
// create a client with IVB profile
const client = createClient(ivbProfile, userAgent)
2021-08-05 19:06:03 +02:00
```
Check out the [code examples](example.js).