Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 492 Bytes

File metadata and controls

13 lines (9 loc) · 492 Bytes

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