https://github.com/jnwelzel/calculator
Springboot REST calculator
https://github.com/jnwelzel/calculator
java8 lambda springboot
Last synced: about 1 month ago
JSON representation
Springboot REST calculator
- Host: GitHub
- URL: https://github.com/jnwelzel/calculator
- Owner: jnwelzel
- Created: 2017-08-08T12:04:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T12:27:13.000Z (almost 9 years ago)
- Last Synced: 2025-06-02T07:39:43.841Z (about 1 year ago)
- Topics: java8, lambda, springboot
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculator
Springboot REST calculator
## How to use
`GET https://springboot-calculator.herokuapp.com/rest/calculator?firstNumber=&secondNumber=&operator=<+, -, / or *>`
## Example
- Go to https://springboot-calculator.herokuapp.com/rest/calculator?firstNumber=2&secondNumber=3&operator=%2B
- Should display `5.0`