Skip to content

danimydev/wolfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@danimydev/wolfy

Wolfram Alpha API wrapper built with TypeScript.

Usage

Request your secret APP_ID here and store it securely.

import Wolfy from "wolfy";

const shortAnswersResult = await Wolfy.shortAnswers({
  appId: "YOUR_APP_ID",
  input: "2+2",
});

console.log(shortAnswersResult); // "4"

const spokenResult = await Wolfy.spokenResult({
  appId: "YOUR_APP_ID",
  input: "Hello",
});

console.log(spokenResult); // "Hello, human"

License

The Unlicense

About

Wolfram Alpha API fully covered wrapper built with TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •