mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
18 lines
521 B
Markdown
18 lines
521 B
Markdown
# VRN profile for `hafas-client`
|
|
|
|
[*Verkehrsverbund Rhein-Neckar (VRN)*](https://en.wikipedia.org/wiki/Verkehrsverbund_Rhein-Neckar) is a public transport network in south-west Germany. This profile adds *VRN*-specific customizations to `hafas-client`.
|
|
|
|
## Usage
|
|
|
|
```js
|
|
const createClient = require('hafas-client')
|
|
const vrnProfile = require('hafas-client/p/vrn')
|
|
|
|
// create a client with VRN profile
|
|
const client = createClient(vrnProfile, 'my-awesome-program')
|
|
```
|
|
|
|
|
|
## Customisations
|
|
|
|
- parses *VRN*-specific products
|