##Installation
npm install your-bmi
##Require Module
const yourBmi = require('your-bmi');
##Calculation
-
There is method calcBMI which take arguments of Weight in kg and Height in meter.
-
Store it in a variable and log it afterwars.
-
.calcBMI(Weight In Kg , Height In Meter)
const bmi = yourBmi.calcBMI(60,1.53);
##Video Watch Tutorial On Youtube Too. Youtube