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.
- Host: GitHub
- URL: https://github.com/mrkem598/expresscalculatorapp
- Owner: mrkem598
- License: mit
- Created: 2017-05-03T06:42:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T05:56:02.000Z (about 9 years ago)
- Last Synced: 2025-10-11T06:43:09.517Z (10 months ago)
- Topics: addition, calculator, express
- Language: JavaScript
- Homepage: https://mrkem598.github.io/expressCalculatorApp/
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.