Files
Empty folder.
README
API with Express.js for school
Check the "gh-pages" branch for the frontend website code!
API URL = https://multiply-api.vercel.app/multiply
I'll write the documentation later, but to run the API, make sure to pass two query params, num1 and num2, example below:
https://multiply-api.vercel.app/multiply?num1=5&num2=7
Available operations: ADD, SUBTRACT, MULTIPLY, DIVIDE
- https://multiply-api.vercel.app/add
- https://multiply-api.vercel.app/subtract
- https://multiply-api.vercel.app/multiply
- https://multiply-api.vercel.app/divide
Expected response: {"result":35}
JavaScript