3.0.1 • Published 7 years ago
vbb-find-stations v3.0.1
vbb-find-stations
Find stations of Berlin Brandenburg public transport service (VBB). This module is only a wrapper around vbb-stations-autocomplete.
Installing
npm install vbb-find-stationsUsage
const findStations = require('vbb-find-stations')
console.log(findStations('U Steglitz'))findStations returns Friendly Public Transport Format 1.2.1 stations.
[ {
type: 'station',
id: '900000062202',
name: 'S+U Rathaus Steglitz (Berlin)',
location: {
type: 'location',
latitude: 52.455066,
longitude: 13.322152
},
weight: 2736,
relevance: 3.1185246962418125,
score: 43.61687553989209
}, {
type: 'station',
id: '900000062781',
name: 'S+U Rathaus Steglitz (Berlin) [U9]',
location: {
type: 'location',
latitude: 52.456438,
longitude: 13.319986
},
weight: 2831.5,
relevance: 2.4948197569934503,
score: 35.294851852317365
}, {
type: 'station',
id: '900000062782',
name: 'S+U Rathaus Steglitz (Berlin) [Bus Schloßstr.]',
location: {
type: 'location',
latitude: 52.456755,
longitude: 13.320584
},
weight: 4831.25,
relevance: 2.0790164641612083,
score: 35.14615060514675
}, {
type: 'station',
id: '900000062282',
name: 'S+U Rathaus Steglitz/Kreisel (Berlin)',
location: {
type: 'location',
latitude: 52.455889,
longitude: 13.320852
},
weight: 2563.75,
relevance: 2.4948197569934503,
score: 34.14531045766747
}, {
type: 'station',
id: '900000062784',
name: 'S+U Rathaus Steglitz (Berlin) [Bus Albrechtstr.]',
location: {
type: 'location',
latitude: 52.45668,
longitude: 13.321685
},
weight: 2834,
relevance: 2.0790164641612083,
score: 29.421030297346405
} ]Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.
3.0.1
7 years ago
3.0.0
7 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.0
9 years ago
1.4.0
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.7.1
10 years ago
0.7.0
10 years ago
0.6.0
10 years ago
0.5.1
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.1
10 years ago
0.1.0
10 years ago