db-vendo-client/p/zvv/readme.md
2022-11-22 21:09:06 +01:00

13 lines
503 B
Markdown

# ZVV profile for `hafas-client`
[*Zürcher Verkehrsverbund (ZVV)*](https://en.wikipedia.org/wiki/Zürcher_Verkehrsverbund) is the local transport system of [Zürich](https://en.wikipedia.org/wiki/Zürich). This profile adds *ZVV*-specific customizations to `hafas-client`.
## Usage
```js
import {createClient} from 'hafas-client'
import {profile as zvvProfile} from 'hafas-client/p/zvv/index.js'
// create a client with ZVV profile
const client = createClient(zvvProfile, 'my-awesome-program')
```