dbot/modules/wolframalpha/README.md

34 lines
593 B
Markdown
Raw Normal View History

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.
2014-02-20 06:06:02 +01:00
### Dependencies
2014-02-20 00:52:42 +01:00
It has following dependencies:
2014-02-20 06:06:02 +01:00
+ [node-wolfram](https://github.com/strax/node-wolfram)
### config.json
2014-02-20 00:52:42 +01:00
2014-02-20 06:06:02 +01:00
This module is ignorable.
2014-02-20 00:52:42 +01:00
appID has to be added into config.json. It can be obtained at
http://products.wolframalpha.com/developers/ for free.
2014-02-20 06:06:02 +01:00
`{
"ignorable": true,
2014-02-20 21:19:44 +01:00
"api_key": "APP_ID_HERE"
2014-02-20 06:06:02 +01:00
}`
2014-02-20 00:52:42 +01:00
### Commands
#### ~calculate [(whatever)]
Example:
2014-02-20 06:06:02 +01:00
+ ~calculate (2+2)
+ ~calculate (x^2+2x+4)
2014-02-20 00:52:42 +01:00
2014-02-20 21:19:44 +01:00
### TODO