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.
- Host: GitHub
- URL: https://github.com/robertoachar/calculator
- Owner: robertoachar
- License: mit
- Created: 2018-04-19T00:12:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T01:06:00.000Z (about 7 years ago)
- Last Synced: 2025-03-25T09:19:36.831Z (about 1 month ago)
- Topics: divide, multiply, node, npm, subtract, sum
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@robertoachar/calculator
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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