patsissons / hubot-giphy

hubot interface for giphy-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status npm Version npm Downloads npm License Dependency Status eslint-strict-style

hubot-giphy

hubot interface for giphy-api

See src/giphy.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-giphy --save

Then add hubot-giphy to your external-scripts.json:

[
  "hubot-giphy"
]

Sample Interaction

user1>> hubot giphy something interesting
hubot>> <random image uri relating to 'something interesting'>

About

hubot interface for giphy-api

License:MIT License


Languages

Language:JavaScript 100.0%