Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

derhuerst/merged-vbb-stations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.