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

https://github.com/robertoachar/calculator

Calculator.
https://github.com/robertoachar/calculator

divide multiply node npm subtract sum

Last synced: 17 days ago
JSON representation

Calculator.

Awesome Lists containing this project

README

        

# calculator

Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).

[![License][license-badge]][license-url]

> Calculator.

# Development

* Cloning the repo

```bash
$ git clone https://github.com/robertoachar/calculator.git
```

* Installing dependencies

```bash
$ npm install
```

* Running scripts

| Action | Usage |
| ------------------------- | -------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/calculator/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/calculator.svg
[license-url]: https://opensource.org/licenses/MIT