Skip to content

Latest commit

 

History

History

vor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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'

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

// create a client with VOR profile
const client = createClient(vorProfile, userAgent)

Check out the code examples.