Skip to content

mattnappo/wolframalpha-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}

About

WolframAlpha Desktop Client backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published