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

13 lines
476 B
Markdown

# AVV profile for `hafas-client`
[*Aachener Verkehrsverbund (AVV)*](https://de.wikipedia.org/wiki/Aachener_Verkehrsverbund) is the local transport provider of [Aachen](https://en.wikipedia.org/wiki/Aachen). This profile adds *AVV* support to `hafas-client`.
## Usage
```js
import {createClient} from 'hafas-client'
import {avvProfile} from 'hafas-client/p/avv/index.js'
// create a client with AVV profile
const client = createClient(avvProfile, 'my-awesome-program')
```