https://github.com/derhuerst/vbb-line-colors
Colors of VBB lines.
https://github.com/derhuerst/vbb-line-colors
berlin bvg public-transport transit vbb
Last synced: 5 months ago
JSON representation
Colors of VBB lines.
- Host: GitHub
- URL: https://github.com/derhuerst/vbb-line-colors
- Owner: derhuerst
- License: isc
- Created: 2018-08-19T02:18:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T19:50:39.000Z (over 3 years ago)
- Last Synced: 2025-11-13T04:25:08.166Z (7 months ago)
- Topics: berlin, bvg, public-transport, transit, vbb
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# vbb-line-colors
**Colors of VBB lines.**
[](https://www.npmjs.com/package/vbb-line-colors)
[](https://travis-ci.org/derhuerst/vbb-line-colors)

[](https://github.com/sponsors/derhuerst)
[](https://twitter.com/derhuerst)
## Installation
```shell
npm install vbb-line-colors
```
## Usage
```js
const lineColors = require('vbb-line-colors')
console.log(lineColors.subway.U6)
```
```js
{fg: '#fff', bg: '#6f4e9c'}
```
## Related
- [`vbb-line-colour-points`](https://github.com/juliuste/vbb-line-colour-points) – combines this package with OSM line colors.
## Contributing
If you have a question or need support using `vbb-line-colors`, 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](https://github.com/derhuerst/vbb-line-colors/issues).