db-vendo-client/p/sbahn-munich
2018-09-18 19:51:07 +02:00
..
example.js S-Bahn Munich profile 2018-09-18 19:51:07 +02:00
index.js S-Bahn Munich profile 2018-09-18 19:51:07 +02:00
products.js S-Bahn Munich profile 2018-09-18 19:51:07 +02:00
readme.md S-Bahn Munich profile 2018-09-18 19:51:07 +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 sMunichProfile = require('hafas-client/p/sbahn-munich')

// create a client with S-Bahn München profile
const client = createClient(sMunichProfile, 'my-awesome-program')