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

hubot-double-parking

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-double-parking

A hubot script that solves double parking issue.

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

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

NPM Version NPM Downloads

NPM

hubot-double-parking

A hubot script that solves double parking issue.

See src/doubleParking.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-double-parking --save

Then add hubot-double-parking to your external-scripts.json:

[
  "hubot-double-parking"
]

Sample Interaction

Commands

hubot>> car find <number> - Will send message to owner of the car to visit parking.
hubot>> car add <number> <description> - Car with <number> will be added in the list against <user> name who run commnad.
hubot>> car update <number> <description> - Will update description of car mentioned.
hubot>> car remove <number> - Car with <number> will be removed from the list.
hubot>> car list - List all the cars.

Add Car
user1>> hubot car add 1234 Honda City
hubot>> Car Added: 1234 : user1 : user one : Honda City
Find Car
user2>> hubot car find 1234
hubot>> user1 please visit car parking. user2 is looking for you.
Update Car
user1>> hubot car update 1234 Toyota Corolla
hubot>> Car Updated: 1234 : user1 : user one : Toyota Corolla
List Car
user1>> hubot car list
hubot>> Number	| Owner		| Description
		1234 	| user one 	  Toyota Corolla
Remove Car
user1>> hubot car remove 1234
hubot>> Car removed: 1234

Keywords

FAQs

Package last updated on 31 Aug 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