db-main-station-of
v1.34.0
Published
Given a stop ID, get the main station ID.
Readme
db-main-station-of
Given a stop ID, get the main station ID.
Installation
npm install db-main-station-ofUsage
const mainStationOf = require('db-main-station-of')
mainStationOf['8089083'] // Berlin Spandau (S)
// 8010404 (Berlin Spandau)Contributing
If you have a question or have difficulties using db-main-station-of, 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.
