Wolfram Alpha API JavaScript

2.2k Views Asked by At

I have recently been working on my J.A.R.V.I.S web app, which I am coding in HTML, CSS, JavaScript and jQuery. I have got the interface, speech recognition, and speech synthesis working so far. I have a few commands already (eg. weather, searching google), but I really want to be able to search Wolfram Alpha for something and use the speech synthesis to say the result, meaning I cannot just open the Wolfram Alpha webpage.

So, I've been trying to figure out how to use the Wolfram Alpha API v2.0. Unfortunately I can't quite figure it out.

Here's what I need: A method that I can execute with JavaScript/jQuery, which will search Wolfram Alpha for whatever I ask it to, and return the result as plaintext.

Thanks in advance, Fjpackard.

0

There are 0 best solutions below