1.0.3 • Published 9 years ago

hubot-response-applause v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-response version of hubot-applause. All credit goes to the original author Josh French.

How to use

Make sure you have hubot-response installed in your hubot directory.

npm install --save hubot-response-applause

Under your responses directory, create an applause.js (you can name it whatever) file with

module.exports = [
  require('hubot-response-applause').applause,
  require('hubot-response-applause').sarcastic
];

Want to add more images?

In your applause.js file, just push whatever you want to the response array.

// Import the module you want
var config = require('hubot-response-applause').applause

// Extend whatever you wany
config.response.push('http://my-new-image-url-here');

// Export the altered object
module.exports = config;
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago