1.0.10 • Published 6 years ago

your-bmi v1.0.10

Weekly downloads
11
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago