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

vbb-find-stations

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-find-stations

Search for stations of VBB.

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by1700%
Maintainers
1
Weekly downloads
 
Created
Source

vbb-find-stations

vbb-find-stations provides a stations search for the Berlin Brandenburg public transport service (VBB). It pulls its data from vbb-static.

Note: vbb-stations-autocomplete devilers the n most relevant stations for a query, this module returns all that match the query.

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

Installing

npm install vbb-find-stations

Usage

const findStations = require('vbb-find-stations')
findStations('Seestr')
.on('data', (s) => console.log(s.id, s.name))
// 9062202 'S+U Rathaus Steglitz (Berlin)'
// 9062281 'S Rathaus Steglitz (Berlin)'
// 9062282 'S+U Rathaus Steglitz/Kreisel (Berlin)'
// 9062781 'S+U Rathaus Steglitz (Berlin) [U9]'
// 9062782 'S+U Rathaus Steglitz (Berlin) [Bus Schloßstr.]'
// 9062784 'S+U Rathaus Steglitz (Berlin) [Bus Albrechtstr.]'

Contributing

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

Keywords

FAQs

Package last updated on 10 Dec 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc