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

https://github.com/mrkem598/expresscalculatorapp

This is a calculator which take two number in the local host to do the four operations.
https://github.com/mrkem598/expresscalculatorapp

addition calculator express

Last synced: 2 months ago
JSON representation

This is a calculator which take two number in the local host to do the four operations.

Awesome Lists containing this project

README

          

# expressCalculatorApp
### This is a calculator which take two number in the local host to do the four operations.
### The Express app calculator is an application with one get route that is able to take in three parameters: an operation and two numbers.
### There are four operation values which a user may use: addition, subtraction, multiplication, and division.

#### For example, when you query the url http://localhost:3003/addition/10/10, the page will display 20.