3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
dbot/modules/wolframalpha
2014-02-20 06:06:02 +01:00
..
config.json config.json s 2014-02-20 00:56:09 +01:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
strings.json Added Wolfram Alpha module 2014-02-20 00:52:42 +01:00
usage.json Added Wolfram Alpha module 2014-02-20 00:52:42 +01:00
wolframalpha.js Added Wolfram Alpha module 2014-02-20 00:52:42 +01:00

Wolfram Alpha Calculator

Calculates whatever you want.

Description

This module provides a command which allows users to calculate whatever they want.

Dependencies

It has following dependencies: + node-wolfram

config.json

This module is ignorable.

appID has to be added into config.json. It can be obtained at http://products.wolframalpha.com/developers/ for free. { "ignorable": true, "appID": "APP_ID_HERE" }

Commands

~calculate [(whatever)]

Example: + ~calculate (2+2) + ~calculate (x^2+2x+4)

TODO