mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
19 lines
555 B
Markdown
19 lines
555 B
Markdown
|
# RSAG profile for `hafas-client`
|
||
|
|
||
|
[*Rostocker Straßenbahn AG (RSAG)*](https://de.wikipedia.org/wiki/Rostocker_Straßenbahn_AG) is the local transport provider in [Rostock](https://en.wikipedia.org/wiki/Rostock). This profile adds *RSAG*-specific customizations to `hafas-client`.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
const createClient = require('hafas-client')
|
||
|
const rsagProfile = require('hafas-client/p/rsag')
|
||
|
|
||
|
// create a client with RSAG profile
|
||
|
const client = createClient(rsagProfile, 'my-awesome-program')
|
||
|
```
|
||
|
|
||
|
|
||
|
## Customisations
|
||
|
|
||
|
- parses *RSAG*-specific products
|