An open API service indexing awesome lists of open source software.

https://github.com/johanmeiring/hubot-podbaydoors

Hubot script for reacting to requests to open pod bay doors...
https://github.com/johanmeiring/hubot-podbaydoors

Last synced: 3 months ago
JSON representation

Hubot script for reacting to requests to open pod bay doors...

Awesome Lists containing this project

README

        

# hubot-podbaydoors

Hubot script for reacting to requests to open pod bay doors...

## Installation

Add the package `hubot-podbaydoors` as a dependency in your Hubot `package.json` file.

"dependencies": {
...
"hubot-podbaydoors": "1.0.x"
...
}

Run the following command to make sure the module is installed.

$ npm install hubot-podbaydoors

To enable the script, add the `hubot-podbaydoors` entry to the `external-scripts.json` file (you may need to create this file).

["hubot-podbaydoors"]