vbb-common-places

Aliases for common stations.

Usage no npm install needed!

<script type="module">
  import vbbCommonPlaces from 'https://cdn.skypack.dev/vbb-common-places';
</script>

README

vbb-common-places

This is a collection of aliases for common stations (like "zoo", "alex", "kotti") to make the search better. Mostly taken from a Wikipedia article.

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

Installing

npm install vbb-common-places

Usage

const {stations, addresses} = require('vbb-common-places')

console.log(stations)
console.log(addresses)
{
    zoo:       '900000023201', // S+U Zoologischer Garten Bhf (Berlin)
    kotti:     '900000013102', // U Kottbusser Tor (Berlin)
    witzleben: '900000024106', // S Messe Nord/ICC (Berlin)
    // …
}
{
    stutti: {
        name: 'Stuttgarter Platz',
        longitude: 13.301503,
        latitude: 52.504916
    }
}

Contributing

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