db-vendo-client/p/db-busradar-nrw
Jannis R 62843f79d4 update profile examples 📝
[ci skip]
2021-05-01 10:58:45 +02:00
..
base.json re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
example.js update profile examples 📝 2021-05-01 10:58:45 +02:00
index.js re-upgrade profiles, adapt feature flags, adapt tests 2021-05-01 10:58:45 +02:00
readme.md Add readme for DB Busradar NRW profile and add entry in profile overview 2019-12-29 22:18:22 +01:00

DB Busradar NRW profile for hafas-client

DB Busradar NRW is a mobile application used in North Rhine-Westphalia. It shows realtime locations and arrival/departure information for vehicles operated by bus companies which are part of DB Regio Bus in NRW, namely:

This profile adapts hafas-client to the HAFAS endpoint used by the application.

Usage

const createClient = require('hafas-client')
const dbbusradarnrwProfile = require('hafas-client/p/db-busradar-nrw')

// create a client with DB Busradar NRW profile
const client = createClient(dbbusradarnrwProfile, 'my-awesome-program')