Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

derhuerst/vbb-find-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbb-find-station

Search for a VBB station. Computed from open GTFS data.

Note: vbb-find-stations provides all stations that match the query. vbb-find-station then returns the most relevant one.

npm version build status dependency status dev dependency status ISC-licensed gitter channel

Installing

npm install vbb-find-station

Usage

const find = require('vbb-find-station')
find('Seestr')
.then((s) => console.log(s.id, s.name))
// todo

Contributing

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