1.0.5 • Published 1 year ago

simplecalculatorandy v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

How to Use & Description

---------Description-----

My simple calculator performs only 2 operations : addition and of any numbers and the product of any numbers. You can run this Calculator and test the APIs in your local environment. For example, to do the addition of the numbers 1, 2, and 3, you can send a GET request to http://localhost:5000/add?number=1&number=2&number=3. The response should be 6. To do the multiplication of the numbers 1, 2, and 3, you can send a GET request to http://localhost:5000/multiply?number=1&number=2&number=3. The response should be 6.

--------------How to use----------- type the following command in the command line npm init npm install simplecalculatorandy

-----To use it typpe the dollowing in the text editor (Vscode for example)

const calc=require("simplecalculatorandy")

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago