1.0.7 • Published 4 years ago
hubot-lmgtfy v1.0.7
hubot-lmgtfy
A hubot script that replies with a link to lmgtfy (let me google that for you)
See src/lmgtfy.js for full documentation.
Installation
In hubot project repo, run:
npm install hubot-lmgtfy --save
Then add hubot-lmgtfy to your external-scripts.json:
[
"hubot-lmgtfy"
]Sample Interaction
user1>> hubot lmgtfy what is 2+2?
hubot>> http://lmgtfy.com/?q=what%20is%202%2B2%3FContributing
Pull requests are welcome! Please see the CONTRIBUTING file for details.