Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/hubot-devhub
an DevHub adapter for Hubot
https://github.com/hashrock/hubot-devhub
Last synced: 3 months ago
JSON representation
an DevHub adapter for Hubot
- Host: GitHub
- URL: https://github.com/hashrock/hubot-devhub
- Owner: hashrock
- Created: 2014-10-11T08:15:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T16:40:19.000Z (almost 9 years ago)
- Last Synced: 2024-09-18T12:14:19.374Z (5 months ago)
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot DevHub Adapter
## Description
This is an [DevHub](https://github.com/volpe28v/DevHub) adapter for [Hubot](https://github.com/github/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 extracted `Hubot` directory to add the `hubot-devhub` adapter to your dependencies.
* Install dependencies with `npm install`
* Set your environment variables like: (Windows Users substitute `set` for `export`)
* export HUBOT_DEVHUB_NAME="hu bot"
* export HUBOT_DEVHUB_URL="http://localhost:3000"
* Run hubot with `bin/hubot -a devhub`