Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.