hubot-devhub
v1.1.1
Published
An DevHub adapter for hubot
Downloads
3
Readme
Hubot DevHub Adapter
Description
This is an DevHub adapter for Hubot.
Installation and Setup
NOTICE: To use this adapter, you need Hubot(>= v2.3.0). This adapter only works when you select Socky as your WebSocket server.
- Run
npm install hubot-devhub --save
in the extractedHubot
directory to add thehubot-devhub
adapter to your dependencies. - Install dependencies with
npm install
- Set your environment variables like: (Windows Users substitute
set
forexport
) * export HUBOT_DEVHUB_NAME="hu bot" * export HUBOT_DEVHUB_URL="http://localhost:3000" * Run hubot withbin/hubot -a devhub