PipedreamHQ / PipedreamHQ/pipedream
[Components] wolfram_alpha_api
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# wolfram_alpha_api
## URLs
- https://products.wolframalpha.com/short-answers-api/documentation
## Polling Sources
### new-query-result
#### Description
Emit new event when a query produces a result from Wolfram Alpha. Users can specify the query or topic of interest as a required input.
### new-computation-completed
#### Description
Emit new event when a specific computation is completed. Users need to specify the input parameters for the computation as required configuration.
### new-dataset-update
#### Description
Emit new event when a specified dataset within Wolfram Alpha is updated. Users can configure the specific dataset name as a required property.
## Actions
### execute-query
#### Description
Send a query to Wolfram Alpha and retrieve a result. Required props include the query string and optional props include a format parameter for the result output (e.g., plain text, image, JSON).
### perform-computation
#### Description
Perform a computation using Wolfram Alpha's computational engine. Required props include the input parameters for the computation and optional props may include result detail level or alternative results.
### get-dataset-information
#### Description
Retrieve information about a specific dataset in Wolfram Alpha. Required props include the dataset name and optional props may include filters or fields to refine the results.
Contributor guide
Assessment
This issue has not been assessed yet.