https://github.com/derhuerst/vbb-common-places
Aliases for common stations.
https://github.com/derhuerst/vbb-common-places
berlin bvg search transit transport vbb
Last synced: 4 months ago
JSON representation
Aliases for common stations.
- Host: GitHub
- URL: https://github.com/derhuerst/vbb-common-places
- Owner: derhuerst
- License: isc
- Created: 2016-04-25T22:31:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T21:36:50.000Z (over 3 years ago)
- Last Synced: 2025-02-07T23:34:22.437Z (4 months ago)
- Topics: berlin, bvg, search, transit, transport, vbb
- Language: JavaScript
- Homepage: https://github.com/derhuerst/vbb-common-places
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
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](https://de.wikipedia.org/wiki/Berolinismus#Stra.C3.9Fen.2C_Pl.C3.A4tze_und_Gegenden).
[](https://www.npmjs.com/package/vbb-common-places)
[](https://david-dm.org/derhuerst/vbb-common-places)
[](https://david-dm.org/derhuerst/vbb-common-places#info=devDependencies)

[](https://github.com/sponsors/derhuerst)
[](https://twitter.com/derhuerst)## Installing
```shell
npm install vbb-common-places
```## Usage
```js
const {stations, addresses} = require('vbb-common-places')console.log(stations)
console.log(addresses)
``````js
{
zoo: '900000023201', // S+U Zoologischer Garten Bhf (Berlin)
kotti: '900000013102', // U Kottbusser Tor (Berlin)
witzleben: '900000024106', // S Messe Nord/ICC (Berlin)
// …
}
``````js
{
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](https://github.com/derhuerst/vbb-common-places/issues).