1.5.0 • Published 5 years ago

vbb-station-operators v1.5.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

vbb-station-operators

Which operator services a Berlin public transport station? Thanks to @poldixd for providing the data!

npm version build status ISC-licensed chat on gitter support me on Patreon

Installing

npm install vbb-station-operators

Usage

const operatedBy = require('vbb-station-operators')

console.log(operatedBy['900000023302']) // U Adenauerplatz
console.log(operatedBy['900000110003']) // S Greifswalder Str.
[{
	id: '796',
	name: 'Berliner Verkehrsbetriebe',
	url: 'http://www.bvg.de',
	timezone: 'Europe/Berlin',
	language: 'de',
	phone: null
}]
[{
	id: '1',
	name: 'S-Bahn Berlin GmbH',
	url: 'http://www.s-bahn-berlin.de',
	timezone: 'Europe/Berlin',
	language: 'de',
	phone: null
}]

Contributing

If you have a question or have difficulties using vbb-station-operators, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago