Projects

multiplyAPI

Math API with Express.js for school (+ website)

College
JavaScript
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

Expected response: {"result":35}