Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jul 3, 2019. It is now read-only.
/node-wolframPublic archive

Wolfram|Alpha API wrapper for node.js

License

NotificationsYou must be signed in to change notification settings

strax/node-wolfram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, visithttp://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:

varwolfram=require('wolfram').createClient("[CENSORED]")wolfram.query("integrate 2x",function(err,result){if(err)throwerrconsole.log("Result: %j",result)})

Running tests

Navigate to the project folder and runnpm install to install the project's dependencies.

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

$ WOLFRAM_APPID=your-app-id npm test

License

MIT

About

Wolfram|Alpha API wrapper for node.js

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp