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

487 B

AVV profile for hafas-client

Aachener Verkehrsverbund (AVV) is the local transport provider of Aachen. This profile adds AVV support to hafas-client.

Usage

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

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