db-vendo-client/p/sbahn-muenchen
2022-11-17 15:17:01 +01:00
..
base.json re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
example.js departures/arrivals, locations, nearby, stop: opt.stationLines -> linesOfStops 💥 📝 2019-02-28 16:45:18 +01:00
index.js departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01:00
products.js p/sbahn-munich -> p/sbahn-muenchen 2018-09-18 19:56:03 +02:00
readme.md p/sbahn-munich -> p/sbahn-muenchen 2018-09-18 19:56:03 +02:00

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

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')