db-vendo-client/p/db-busradar-nrw
2019-12-29 22:18:22 +01:00
..
example.js Add DB Busradar NRW profile (WIP) 2019-12-29 22:18:22 +01:00
index.js add journeysOutFrwd profile flag 2019-12-29 22:18:22 +01: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')