db-vendo-client/p/zvv/readme.md
2023-03-14 20:58:17 +01:00

574 B

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 {profile as zvvProfile} from 'hafas-client/p/zvv/index.js'

const userAgent = 'link-to-your-project-or-email' // adapt this to your project!

// create a client with ZVV profile
const client = createClient(zvvProfile, userAgent)