Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

waynegraham/hubot-memes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Memes

Meme generator for hubot.

Build Status npm version

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"]

About

Meme generator for hubot

Resources

License

Stars

Watchers

Forks

Packages

No packages published