0.0.2 • Published 13 years ago
hubot-robowhois v0.0.2
RoboWhois script for Hubot
This repo is modeled after the hubot-scripts repos. To install the script, simply copy the content of /src/scripts into your Hubot scripts folder.
Installation
Add the package hubot-robowhois as dependencies in your Hubot package.json file.
"dependencies": {
"hubot-robowhois": ">= 0"
}Run the following command to make sure those packages is installed.
$ npm install hubot-robowhoisTo enable the script, add the hubot-robowhois entry to the external-scripts.json file (you may need to create this file, if it is not present or if you upgraded from Hubot < 2.4).
["hubot-robowhois"]0.0.2
13 years ago