Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/travisjeffery/hubot-socket.io

Socket IO adapter for Hubot.
https://github.com/travisjeffery/hubot-socket.io

Last synced: about 2 months ago
JSON representation

Socket IO adapter for Hubot.

Awesome Lists containing this project

README

        

# Hubot Socket IO Adapter

## Description

This is a [Socket IO](http://socket.io) adapter for hubot that allows you to
emit messages and receive a response message via a Socket IO connection.

## Installation

* Add `hubot-socket.io` as a dependency in your hubot's `package.json`
* Install dependencies with `npm install`
* Run hubot with `bin/hubot -a socket.io`

## Usage

Coming soon...

## Contribute

Here's the most direct way to get your work merged into the project.

1. Fork the project
2. Clone down your fork
3. Create a feature branch
4. Hack away and add tests, not necessarily in that order
5. Make sure everything still passes by running tests
6. If necessary, rebase your commits into logical chunks without errors
7. Push the branch up to your fork
8. Send a pull request for your branch

## Copyright

Copyright © Tom Bell. See LICENSE for details.