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

13 lines
495 B
Markdown

# S-Bahn München profile for `hafas-client`
[*S-Bahn München*](https://en.wikipedia.org/wiki/Munich_S-Bahn) runs commuter trains in [Munich](https://en.wikipedia.org/wiki/Munich). This profile adapts `hafas-client` to their HAFAS endpoint.
## Usage
```js
import {createClient} from 'hafas-client'
import {sMuenchenProfile} from 'hafas-client/p/sbahn-muenchen/index.js'
// create a client with S-Bahn München profile
const client = createClient(sMuenchenProfile, 'my-awesome-program')
```