Wolfram Alpha API fully covered wrapper built with TypeScript.
Wolfy is published via jsr.
deno add @danimydev/wolfy
npx jsr add @danimydev/wolfy
yarn dlx jsr add @danimydev/wolfy
pnpm dlx jsr add @danimydev/wolfy
bunx jsr add @danimydev/wolfy
Request your SECRET_APPID here and store it securely.
Create your instance.
import { SimpleApi } from "wolfy";
const wolfy = new SimpleApi({
appId: "<SECRET_API_ID>",
});
await wolfy.query({
input: "How much does the Earth weigh?",
});
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.