0.0.1 • Published 5 years ago

body-mass-index-calculator v0.0.1

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

body-mass-index-calculator

ideal weight calculator npm package

Install

npm install body-mass-index-calculator

example

var bmi = require('body-mass-index-calculator');

// 1.7 Meter Height, 70KG Weight , M or F Gender

console.log(bmi.calc(1.7, 70, M));
0.0.1

5 years ago