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

https://github.com/hubot-archive/hubot-business-cat

Business cat is summoned when business jargon is used
https://github.com/hubot-archive/hubot-business-cat

Last synced: 2 months ago
JSON representation

Business cat is summoned when business jargon is used

Awesome Lists containing this project

README

        

[![NPM version](http://img.shields.io/npm/v/hubot-business-cat.svg?style=flat)](https://www.npmjs.org/package/hubot-business-cat)
[![Build Status](http://img.shields.io/travis/hubot-scripts/hubot-business-cat.svg?style=flat)](https://travis-ci.org/hubot-scripts/hubot-business-cat)
[![Dependency Status](http://img.shields.io/david/hubot-scripts/hubot-business-cat.svg?style=flat)](https://david-dm.org/hubot-scripts/hubot-business-cat)
[![Downloads](http://img.shields.io/npm/dm/hubot-business-cat.svg?style=flat)](https://www.npmjs.org/package/hubot-business-cat)

# Hubot: Business Cat

Business cat is summoned when business jargon is used

![It's business time!](https://raw.github.com/hubot-scripts/hubot-business-cat/gh-pages/animated-business-cat.gif)

## Installation

Run the following command to install this module as a Hubot dependency

```
$ npm install hubot-business-cat --save
```

Add the **hubot-business-cat** to your `external-scripts.json` (you may need to create this file).

```
["hubot-business-cat"]
```

## Configuration

If you would like business jargon triggers that are not in the plugin, [pull requests](https://github.com/hubot-scripts/hubot-business-cat/pulls) are welcome. Additionally, the environment variables HUBOT_BUSINESS_CAT_JARGON and HUBOT_BUSINESS_CAT_OMITTED_JARGON can be used with a comma-separated list to extend or reduce the triggers, like so:

```
HUBOT_BUSINESS_CAT_JARGON='more,jargon,ideat(e|ion)'
HUBOT_BUSINESS_CAT_OMITTED_JARGON='in the loop,takeaway'
```