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

https://github.com/hermanya/hubot-decides

A hubot script which randomly or not makes choice decisions.
https://github.com/hermanya/hubot-decides

Last synced: about 1 year ago
JSON representation

A hubot script which randomly or not makes choice decisions.

Awesome Lists containing this project

README

          

# hubot-decides

> A hubot script which randomly or not makes choice decisions.

## Installation

In hubot project repo, run:

`npm install hubot-decides --save`

Then add **hubot-decides** to your `external-scripts.json`:

```json
["hubot-decides"]
```

## Sample Interaction

![me and hubot](Screenshot.png)

See [test/decide-test.coffee](test/decide-test.coffee) for other usage examples.