Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himanoa/node-calcformula


https://github.com/himanoa/node-calcformula

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# calcFormula

This module receives the calculation formula and return the calculation result.

## Install

```
npm install calcformula
```

## Example

```
var calcFormula = require('calcformula');
calcFormula.calcFormula('2 + 1') // result 3
```

## licence

MIT