your-bmi
v1.0.10
Published
Bmi Calculator to calculate your bmi
Maintainers
Readme
##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
