Which lines run at a VBB station?
npm install vbb-lines-atWhich lines run at a station? The data is computed from open GTFS data.

!ISC-licensed


``shell`
npm install vbb-lines-at
`js`
require('vbb-lines-at')['900000007103'] // U Voltastr.
It will return lines in the Friendly Public Transport Format.
`js``
[
{
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'
}
]
If you have a question, found a bug or want to propose a feature, have a look at the issues page.