your-bmi
Version:
Bmi Calculator to calculate your bmi
27 lines (18 loc) • 499 B
Markdown
##Installation
```javascript
npm install your-bmi
```
##Require Module
```javascript
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)
```javascript
const bmi = yourBmi.calcBMI(60,1.53);
```
##Video
Watch Tutorial On Youtube Too.
[Youtube](https://youtu.be/jDkG0ZeUz70)