-
Notifications
You must be signed in to change notification settings - Fork 23
[App] WolframAlpha
Ask about weather, math, physics, and all sorts of questions on WolframAlpha - the computational knowledge engine.
Create your very own WolframAlpha application:
- Visit WolframAlpha Developer Portal.
- Sign up for an account and then sign in.
- In My Apps, click "Get an AppID".
- Enter a name for your application. The name is not very important.
- Note down "APPID" in the response.
Under JSON object Features
, construct a JSON object called WolframAlpha
that has the following mandatory properties:
Property | Type | Meaning |
---|---|---|
AppID | string | Your WolframAlpha application ID. |
Here is an example:
{ ... "Features": { ... "WolframAlpha": { "AppID": "XXXXXX-1234567890" }, ... }, ... }
Use any capable laitos daemon to invoke the app:
.w this is a question for wolfram alpha to solve
A short moment later, WolframAlpha's answer will appear in the response.
The application you created with WolframAlpha is for non-commercial use. As of 2017-11-07, you may use WolframAlpha for up to 2000 times in a month for non-commercial application.
WolframAlpha is an incredibly powerful knowledge engine, it will happily answer questions from a large variety of fields.
Table of Contents
- Home
- Get started
- Component list
- Tips for running on public cloud
- Tips for using apps over satellite
- laitos terminal
Daemon Components
- DNS server
- Mail server
- Web server
- Web proxy server
- Telnet server
- Telegram chat-bot
- Simple IP services server
- SNMP server
- System maintenance
- Phone home telemetry
Web Service Components
- Twilio telephone/SMS hook
- Microsoft chat bot hook
- The Things Network LORA tracker integration
- Recurring commands
- App command form
- Simple app command execution API
- GitLab browser
- Temporary file storage
- Simple web proxy
- Desktop on a page (virtual machine)
- Read telemetry records
- Program health report
- System process explorer
- Prometheus metrics exporter
- HTTP request inspector
- HTTP request logger
Apps