1.30.0 • Published 3 years ago

vbb-stations-with-bicycle-parking v1.30.0

Weekly downloads
33
License
ISC
Repository
github
Last release
3 years ago

vbb-stations-with-bicycle-parking

VBB stations with nearby bicycle parking facilities. Taken from OSM.

npm version build status ISC-licensed chat with me on Gitter support me on Patreon

Installation

npm install vbb-stations-with-bicycle-parking

Usage

const bikeRacks = require('vbb-stations-with-bicycle-parking/index.json')

const atFriedrichstr = bikeRacks['900000100001']
for (let [osmId, capacity] of atFriedrichstr) {
	console.log(osmId, capacity)
}

To get all OSM tags:

const bikeRacksFull = require('vbb-stations-with-bicycle-parking/full.json')

const atFriedrichstr = bikeRacksFull['900000100001']
for (let [osmId, tags] of atFriedrichstr) {
	console.log(osmId, tags)
}

Contributing

If you have a question or need support using vbb-stations-with-bicycle-parking, 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.

1.30.0

3 years ago

1.29.0

3 years ago

1.28.0

3 years ago

1.27.0

3 years ago

1.26.0

3 years ago

1.25.0

4 years ago

1.24.0

4 years ago

1.23.0

4 years ago

1.22.0

4 years ago

1.21.0

4 years ago

1.20.0

4 years ago

1.19.0

4 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago