Wolfram Alpha API JavaScript

I recently worked on my JARVIS web application, which I code in HTML, CSS, JavaScript and jQuery. So far I have an interface, speech recognition and speech synthesis. I already have several commands (e.g. weather, google search), but I really want to be able to find Wolfram Alpha for something and use speech synthesis to say the result, that is, I can’t just open the web page Wolfram Alpha.

So, I was trying to figure out how to use the Wolfram Alpha API version 2.0. Unfortunately, I cannot understand this.

Here's what I need: A method that I can execute using JavaScript / jQuery, which will search for Wolfram Alpha for all that I ask, and return the result in clear text.

Thanks in advance, Fjpackard.

+4
source share
1 answer

Is this what you are looking for? http://products.wolframalpha.com/api/

0
source

All Articles