bmi-calcs is a simple BMI-Calculator.
Use the package manager bmi-calcs to install bmi-calcs.
npm install mbi-calcs
cont BMI = require('bmi-cals');
BMI.calculate(85,170);
//First parameter 85 is Weight in KG
//Second parameter 170 is Height in CM
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.