Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derhuerst/vbb-mode-weights
Weights of modes of public transport in Berlin.
https://github.com/derhuerst/vbb-mode-weights
berlin bvg transit transport vbb
Last synced: 3 days ago
JSON representation
Weights of modes of public transport in Berlin.
- Host: GitHub
- URL: https://github.com/derhuerst/vbb-mode-weights
- Owner: derhuerst
- License: isc
- Created: 2017-03-25T12:23:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T19:43:26.000Z (almost 8 years ago)
- Last Synced: 2024-12-08T19:41:41.287Z (25 days ago)
- Topics: berlin, bvg, transit, transport, vbb
- Language: JavaScript
- Homepage: https://github.com/derhuerst/vbb-mode-weights
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# vbb-mode-weights
**Weights of modes of public transport in Berlin.** Used for ranking in search.
[![npm version](https://img.shields.io/npm/v/vbb-mode-weights.svg)](https://www.npmjs.com/package/vbb-mode-weights)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/vbb-mode-weights.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)## Installing
```shell
npm install vbb-mode-weights
```## Usage
The keys are [from `vbb-util`](https://github.com/derhuerst/vbb-util/blob/90a9446/products.js). They will be changed to be compatible with the [*Friendly Public Transport Format*](https://github.com/public-transport/friendly-public-transport-format) soon.
```js
const weights = require('vbb-mode-weights')console.log(weights.tram)
```## 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-mode-weights/issues).