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 install vbb-common-places
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
}
}
If you have a question, found a bug or want to propose a feature, have a look at the issues page.