Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

vbb-lines-at

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-lines-at

Which lines run at a VBB station?


Version published
Maintainers
0
Created

vbb-lines-at

Which lines run at a station? The data is computed from open GTFS data.

npm version ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install vbb-lines-at

Usage

require('vbb-lines-at')['900000007103'] // U Voltastr.

It will return lines in the Friendly Public Transport Format.

[
	{
		type: 'line',
		id: '17525_400',
		name: 'U8',
		mode: 'train',
		product: 'subway'
	}, {
		type: 'line',
		id: '17472_700',
		name: 'N8',
		mode: 'bus',
		product: 'bus'
	}, {
		type: 'line',
		id: '17363_700',
		name: '247',
		mode: 'bus',
		product: 'bus'
	}
]

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

FAQs

Package last updated on 10 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts