JavaScript library + tools for calculating math expressions from string
- Node.js version 8 or above
- Lerna installed globally (
npm i -g lerna
)
The repository consist of:
@algebroid/core
: library for parsing and calculating math expression from string@algebroid/cli
: command line interface to calculate math expressions from string@algebroid/frontend
: web UI to calculate math expressions from string
Note: for detailed information on each package click on the name of the package above.
git clone https://github.com/erzhtor/algebroid
lerna bootstrap
- Frontend
npm start --prefix apps/frontend
- CLI (comand line interface)
npm start --prefix apps/cli -- "{your expression}"