Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.21 KB

The WolframAlpha Desktop Client Backend

Go Report Card Build Status Code Quality

The WolframAlpha Desktop Client Backend

The API

The backend launches a Selenium session (in the core package), and then scrapes the Wolfram Alpha DOM (in the engine) package to obtain the results from Wolfram Alpha. Then, an API server is initialized.
These are the currently-supported routes in that API:

search - makes a search on Wolfram Alpha and returns the response images/LaTeX.

Attribute Value
Method POST
Endpoint /api/search/
Request {search_text: "the search query"}