Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/node-calcformula
https://github.com/himanoa/node-calcformula
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/node-calcformula
- Owner: himanoa
- License: mit
- Created: 2017-01-03T11:47:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T08:09:59.000Z (almost 8 years ago)
- Last Synced: 2024-12-08T21:41:51.784Z (25 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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