{"id":13438768,"url":"https://github.com/strax/node-wolfram","last_synced_at":"2025-03-20T06:31:20.018Z","repository":{"id":57398835,"uuid":"2594436","full_name":"strax/node-wolfram","owner":"strax","description":"Wolfram|Alpha API wrapper for node.js","archived":true,"fork":false,"pushed_at":"2018-10-21T20:21:14.000Z","size":35,"stargazers_count":86,"open_issues_count":4,"forks_count":44,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-13T18:52:02.681Z","etag":null,"topics":["api-client","javascript","wolfram-alpha"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-17T19:56:17.000Z","updated_at":"2024-11-03T03:09:06.000Z","dependencies_parsed_at":"2022-09-01T18:10:37.111Z","dependency_job_id":null,"html_url":"https://github.com/strax/node-wolfram","commit_stats":null,"previous_names":["strax/wolfram"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strax%2Fnode-wolfram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strax%2Fnode-wolfram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strax%2Fnode-wolfram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strax%2Fnode-wolfram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strax","download_url":"https://codeload.github.com/strax/node-wolfram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244565392,"owners_count":20473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","javascript","wolfram-alpha"],"created_at":"2024-07-31T03:01:08.269Z","updated_at":"2025-03-20T06:31:15.010Z","avatar_url":"https://github.com/strax.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"wolfram [![Build Status](https://travis-ci.org/strax/node-wolfram.svg?branch=master)](https://travis-ci.org/strax/node-wolfram)\n=================================================\n\nWolfram is a simple Wolfram|Alpha API wrapper for Node.js with support for both plaintext and image results.\n\nHow to use\n----------\n\nRegister 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/](http://products.wolframalpha.com/developers/). Wolfram is a registered trademark of the Wolfram Group of Companies. \n\nInstall the module with npm:\n`$ npm install wolfram`\n\nExample usage:\n\n```javascript\nvar wolfram = require('wolfram').createClient(\"[CENSORED]\")\n\nwolfram.query(\"integrate 2x\", function(err, result) {\n  if(err) throw err\n  console.log(\"Result: %j\", result)\n})\n```\n\nRunning tests\n-------------\n\nNavigate to the project folder and run `npm install` to install the project's dependencies.\n\nRun the following command, substituting `your-app-id` with your Wolfram|Alpha application ID.\n\n`$ WOLFRAM_APPID=your-app-id npm test`\n\nLicense\n-------\n\n[MIT](https://github.com/strax/node-wolfram/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrax%2Fnode-wolfram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrax%2Fnode-wolfram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrax%2Fnode-wolfram/lists"}