db-vendo-client/p/sbahn-muenchen/readme.md
2018-09-18 19:56:03 +02:00

13 lines
492 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
const createClient = require('hafas-client')
const sMuenchenProfile = require('hafas-client/p/sbahn-muenchen')
// create a client with S-Bahn München profile
const client = createClient(sMuenchenProfile, 'my-awesome-program')
```