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

busseur

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busseur

A TriMet CLI tool

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

Busseur

npm install -g busseur

A small TriMet command line tool for bus arrivals. It will automatically refresh every minute. It's great for squeezing in those extra few minutes of coding.

Also, it's written with RxJs so it's declarative. It's kind of like React, every time your state changes, it throws away everything on the screen and repaints (minus the diffing).

busseur

Usage

busseur [options]

Options:

  -h, --help                 output usage information
  -V, --version              output the version number
  -s, --stop <n>             filter to a specic TriMet stop id (required)
  -r, --route [n]            filter to a specific set of routes (repeatable)
  -n, --nickname [nickname]  a custom nickname for the location

Tests

npm install
npm test

Busseur server

TriMet only allows access to their api with a token obtained on their developer website. If you want to run your own server with your own api key, check out the busseur-server repo.

Keywords

FAQs

Package last updated on 08 Sep 2017

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