1.0.10 • Published 5 years ago

your-bmi v1.0.10

Weekly downloads
11
License
ISC
Repository
-
Last release
5 years ago

##Installation

npm install your-bmi

##Require Module

const yourBmi = require('your-bmi');

##Calculation

  1. There is method calcBMI which take arguments of Weight in kg and Height in meter.

  2. Store it in a variable and log it afterwars.

  3. .calcBMI(Weight In Kg , Height In Meter)

const bmi = yourBmi.calcBMI(60,1.53);

##Video Watch Tutorial On Youtube Too. Youtube

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago