db-vendo-client/p/zvv
Jannis R 339d64e901
convert to ESM 💥📝
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 convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
index.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
products.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
readme.md convert to ESM 💥📝 2022-11-18 19:20:03 +01: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

import {createClient} from 'hafas-client'
import {zvvProfile} from 'hafas-client/p/zvv/index.js'

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