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.
- Host: GitHub
- URL: https://github.com/hermanya/hubot-decides
- Owner: Hermanya
- Created: 2015-01-04T17:20:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T13:32:22.000Z (over 7 years ago)
- Last Synced: 2025-04-09T11:04:27.735Z (about 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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