Module: WolframAlpha

Defined in:
library/wolfram-alpha.rb,
library/wolfram-alpha/pod.rb,
library/wolfram-alpha/client.rb,
library/wolfram-alpha/subpod.rb,
library/wolfram-alpha/response.rb

Overview

Wolfram|Alpha introduces a fundamentally new way to get knowledge and answers— not by searching the web, but by doing dynamic computations based on a vast collection of built-in data, algorithms, and methods.

Author:

  • Mikkel Kroman

Defined Under Namespace

Classes: Client, Pod, Response, Subpod

Constant Summary collapse

Version =

The current version of the WolframAlpha library.

"0.3.1"
RequestURI =

The API request-uri.

URI "http://api.wolframalpha.com/v2/query"