1.0.4 • Published 5 years ago
bmi-calcs v1.0.4
bmi-calcs
bmi-calcs is a simple BMI-Calculator.
Installation
Use the package manager bmi-calcs to install bmi-calcs.
npm install mbi-calcsUsage
cont BMI = require('bmi-cals');
BMI.calculate(85,170);
//First parameter 85 is Weight in KG
//Second parameter 170 is Height in CMContributing
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.