db-vendo-client/p/zvv
Jannis R 62843f79d4 update profile examples 📝
[ci skip]
2021-05-01 10:58:45 +02:00
..
base.json re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
example.js update profile examples 📝 2021-05-01 10:58:45 +02:00
index.js re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
products.js
readme.md

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