erzhtor / algebroid

String math expression calculator

Home Page:https://erzhtor.github.io/algebroid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algebroid

JavaScript library + tools for calculating math expressions from string

Prerequisites

  • Node.js version 8 or above
  • Lerna installed globally (npm i -g lerna)

Get Started

The repository consist of:

Note: for detailed information on each package click on the name of the package above.

Clone

git clone https://github.com/erzhtor/algebroid

Install dependencies

lerna bootstrap

Run

  • Frontend npm start --prefix apps/frontend
  • CLI (comand line interface) npm start --prefix apps/cli -- "{your expression}"

About

String math expression calculator

https://erzhtor.github.io/algebroid/


Languages

Language:JavaScript 81.9%Language:CSS 10.4%Language:HTML 7.8%