GitPedia

Node wolfram

Wolfram|Alpha API wrapper for node.js

From strax·Updated July 28, 2025·View on GitHub·
·Archived

**node wolfram** is a Wolfram|Alpha API wrapper for node.js The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2011. Key topics include: api-client, javascript, wolfram-alpha.

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:

javascript
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

Contributors

Showing top 8 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from strax/node-wolfram via the GitHub API.Last fetched: 6/27/2026