db-vendo-client/p/vor/readme.md
2022-11-22 21:09:06 +01:00

733 B

VOR profile for hafas-client

Verkehrsverbund Ost-Region (VOR) is the local transport provider of Vienna, Lower Austria and Burgenland; It runs its apps under the AnachB brand. This profile adds VOR/AnachB support to hafas-client.

Usage

import {createClient} from 'hafas-client'
import {profile as vorProfile} from 'hafas-client/p/vor/index.js'

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

Check out the code examples.