vbb-find-stationdeprecated

Search for a VBB station.

Usage no npm install needed!

<script type="module">
  import vbbFindStation from 'https://cdn.skypack.dev/vbb-find-station';
</script>

README

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.