db-vendo-client/p/zvv
2022-11-18 19:20:03 +01:00
..
base.json re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
example.js trip: remove lineName parameter, update integration test fixtures 💥📝 2022-11-18 19:20:03 +01:00
index.js departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01:00
products.js add ZVV profile 2020-07-31 12:14:22 +02:00
readme.md add ZVV profile 2020-07-31 12:14:22 +02:00

ZVV profile for hafas-client

Zürcher Verkehrsverbund (ZVV) is the local transport system of Zürich. This profile adds ZVV-specific customizations to hafas-client.

Usage

const createClient = require('hafas-client')
const zvvProfile = require('hafas-client/p/zvv')

// create a client with ZVV profile
const client = createClient(zvvProfile, 'my-awesome-program')