1.0.5 • Published 3 years ago

mathram v1.0.5

Weekly downloads
15
License
ISC
Repository
github
Last release
3 years ago

MathRam! A WolfRam Alpha API wrapper.

This package allows you to query the wolfram alpha API for free, while providing the premium features!

Installation

Using NPM:

npm i mathram

Usage

There is basically one function, query() to query the wolfram alpha api.

const { query } = require("mathram");

let answer = await query("derivative sin^2 x");

View Docs

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago