vbb-find-station

Search for a VBB station.


Keywords
vbb, stations, search, berlin, public transport, open data
License
ISC
Install
npm install vbb-find-station@1.1.0

Documentation

vbb-find-station

Search for a VBB station. Computed from open GTFS data.

Note: vbb-find-stations provides all stations that match the query. vbb-find-station then returns the most relevant one.

npm version build status dependency status dev dependency status ISC-licensed gitter channel

Installing

npm install vbb-find-station

Usage

const find = require('vbb-find-station')
find('Seestr')
.then((s) => console.log(s.id, s.name))
// todo

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.