vbb-common-places

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vbb-common-places

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

4.42 kB

Total Files

6

Last publish

Collaborators

  • derhuerst