hubot-memes
Version:
Meme generator from memegen.link
40 lines (28 loc) • 877 B
Markdown
# Hubot Memes
Meme generator for hubot.
[](https://travis-ci.org/waynegraham/hubot-memes) [](http://badge.fury.io/js/hubot-memes)
## Usage:
```
hubot meme list - List the available memes
hubot meme me (meme) "top message" "bottom message"
```
### Sample Interaction:
```
user1> hubot meme me afraid "hello" "world"
hubot> http://memegen.link/afraid/hello/world.jpg
```
## Installation
Add the package `hubot-memes` entry to the `external-scripts.json` file.
(you may need to create this file).
```
"dependencies": {
"hubot-memes": "^1.0.x"
}
```
Run the following command to ensure the module is installed.
$ npm install -S hubot-memes
Ensure `hubot-memes` is listed in the dependencies in your
`package.json` file.
```
["hubot-memes"]
```