merged-vbb-stations

A precomputed list of VBB stations that should be one.

Usage no npm install needed!

<script type="module">
  import mergedVbbStations from 'https://cdn.skypack.dev/merged-vbb-stations';
</script>

README

merged-vbb-stations

A precomputed list of VBB stations that should be one. The result of running merge-vbb-stations, published to npm.

npm version build status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install merged-vbb-stations

Usage

const merged = require('merged-vbb-stations')

console.log('900000120022') // Singerstr.
// 900000120022 // Singerstr.

console.log('900000013172') // U Kottbusser Tor [Bus Adalbertstr.]
// 900000013102 // U Kottbusser Tor

Contributing

If you have a question or have difficulties using merged-vbb-stations, 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.