hubot-wolfram
v1.1.0
Published
Hubot script to query Wolfram Alpha.
Downloads
6
Maintainers
Readme
hubot-wolfram
A Hubot plugin to query Wolfram Alpha.
Usage
hubot question <question> - Searches Wolfram Alpha for the answer to the question
Installation
- cd into your hubot directory, run
npm install --save hubot-wolfram
to add a dependency into package.json. - Add
"hubot-wolfram"
to yourexternal-scripts.json
file. - Request a WolframAlpha APP_ID
- Put your APP_ID in the environment variable HUBOT_WOLFRAM_APPID.
- Restart Hubot.