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

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

Awesome Lists containing this project

README

          

# hubot-botsnack

[![Build Status](https://travis-ci.org/strugee/hubot-botsnack.svg?branch=master)](https://travis-ci.org/strugee/hubot-botsnack)
[![Coverage Status](https://coveralls.io/repos/github/strugee/hubot-botsnack/badge.svg?branch=master)](https://coveralls.io/github/strugee/hubot-botsnack?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/strugee/hubot-botsnack.svg)](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