0.3.4 • Published 7 years ago

wolfram v0.3.4

Weekly downloads
88
License
MIT
Repository
github
Last release
7 years ago

wolfram Build Status

Wolfram is a simple Wolfram|Alpha API wrapper for Node.js with support for both plaintext and image results.

How to use

Register for a Wolfram|Alpha application ID. The Wolfram|Alpha® API is available for free for non-commercial experimental use with a low monthly cap on queries. For more information, visit http://products.wolframalpha.com/developers/. Wolfram is a registered trademark of the Wolfram Group of Companies.

Install the module with npm: $ npm install wolfram

Example usage:

var wolfram = require('wolfram').createClient("[CENSORED]")

wolfram.query("integrate 2x", function(err, result) {
  if(err) throw err
  console.log("Result: %j", result)
})

Running tests

Navigate to the project folder and run npm install to install the project's dependencies.

Run the following command, substituting your-app-id with your Wolfram|Alpha application ID.

$ WOLFRAM_APPID=your-app-id npm test

License

MIT

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

10 years ago

0.2.7

10 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago