https://github.com/strugee/hubot-botsnack
botsnack command implementation for Hubot
https://github.com/strugee/hubot-botsnack
botsnack-command coffeescript hacktoberfest hubot hubot-scripts
Last synced: 5 months ago
JSON representation
botsnack command implementation for Hubot
- Host: GitHub
- URL: https://github.com/strugee/hubot-botsnack
- Owner: strugee
- License: wtfpl
- Created: 2017-08-25T19:26:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T05:31:11.000Z (over 5 years ago)
- Last Synced: 2025-10-12T23:39:54.727Z (9 months ago)
- Topics: botsnack-command, coffeescript, hacktoberfest, hubot, hubot-scripts
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-botsnack
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-botsnack
[](https://travis-ci.org/strugee/hubot-botsnack)
[](https://coveralls.io/github/strugee/hubot-botsnack?branch=master)
[](https://greenkeeper.io/)
botsnack command implementation for Hubot
See [`src/botsnack.coffee`](src/botsnack.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-botsnack --save`
Then add **hubot-botsnack** to your `external-scripts.json`:
```json
[
"hubot-botsnack"
]
```
## Sample Interaction
```
user1>> hubot botsnack
hubot>> *catches the botsnack in midair*
```
## Testing
Use `npm test`.
## npm Module
https://www.npmjs.com/package/hubot-botsnack