mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
610 B
610 B
VVV profile for hafas-client
Verkehrsverbund Vorarlberg (VVV) is the local transport provider of Vorarlberg that runs its apps under the VMOBIL brand. This profile adds VVV/VMOBIL support to hafas-client
.
Usage
import {createClient} from 'hafas-client'
import {vvvProfile} from 'hafas-client/p/vvv/index.js'
// create a client with VVV profile
const client = createClient(vvvProfile, 'my-awesome-program')
Check out the code examples.