mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
18 lines
569 B
Markdown
18 lines
569 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
|
|
import {createClient} from 'hafas-client'
|
|
import {profile as rsagProfile} from 'hafas-client/p/rsag/index.js'
|
|
|
|
// create a client with RSAG profile
|
|
const client = createClient(rsagProfile, 'my-awesome-program')
|
|
```
|
|
|
|
|
|
## Customisations
|
|
|
|
- parses *RSAG*-specific products
|