bmi-calcs
v1.0.4
Published
Calculator to calculate BMI
Downloads
9
Readme
bmi-calcs
bmi-calcs is a simple BMI-Calculator.
Installation
Use the package manager bmi-calcs to install bmi-calcs.
npm install mbi-calcs
Usage
cont BMI = require('bmi-cals');
BMI.calculate(85,170);
//First parameter 85 is Weight in KG
//Second parameter 170 is Height in CM
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.