Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagadeeshshetty/jc-calculator
Host on NPM
https://github.com/jagadeeshshetty/jc-calculator
Last synced: about 2 months ago
JSON representation
Host on NPM
- Host: GitHub
- URL: https://github.com/jagadeeshshetty/jc-calculator
- Owner: jagadeeshshetty
- License: mit
- Created: 2019-12-07T14:12:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:19:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T21:48:07.224Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/jc-calculator
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator API
[![Build Status](https://travis-ci.org/jagadeeshshetty/jc-calculator.svg?branch=master)](https://travis-ci.org/jagadeeshshetty/jc-calculator)
1.4.0
- Add divison support.
- Verify 2 / 2 result.
- Verify 2 / 0 result.
- Verify 3 / 2 result.1.3.0
- Add substrasction support.
- Subtract
- Verify 2 - 2 result.
- Verify -2 - 2 result.1.2.1
- Add CI build status badge to master branch readme file.1.2.0
- Test add and multiply feature.
- Add
- 'Verify 2 + 2 result.'
- 'Verify -2 + 2 result.'
- Multiply
- 'Verify 2 x 2 result.'
- 'Verify -2 x 2 result.'
- Add travis CI support.1.1.0
- Add multiply support.1.0.0
- Add two numbers.