db-vendo-client/p/sbahn-muenchen/readme.md
2022-11-22 21:09:06 +01:00

506 B

S-Bahn München profile for hafas-client

S-Bahn München runs commuter trains in Munich. This profile adapts hafas-client to their HAFAS endpoint.

Usage

import {createClient} from 'hafas-client'
import {profile as 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')