db-vendo-client/p/ooevv/readme.md
Jannis R 649a7ec060
add OÖVV profile 📝
part of #207
2021-08-05 20:10:32 +02:00

571 B

OÖVV profile for hafas-client

Oberösterreichischer Verkehrsverbund (OÖVV) is the local transport provider of Upper Austria. This profile adds OÖVV support to hafas-client.

Usage

const createClient = require('hafas-client')
const oövvProfile = require('hafas-client/p/ooevv')

// create a client with OÖVV profile
const client = createClient(oövvProfile, 'my-awesome-program')

Check out the code examples.