healthstats
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "healthstats", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Calculate BMI, BMR, and IBW.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ #Health Stats | ||
#####How to: | ||
##### How to: | ||
1. npm install healthstats | ||
@@ -14,5 +14,5 @@ 2. include healthstats in your .js file | ||
``` | ||
##Public Methods: | ||
## Public Methods: | ||
#####Body Masss Index - BMI | ||
##### Body Masss Index - BMI | ||
```javascript | ||
@@ -22,3 +22,3 @@ health.female.BMI(weight, height); | ||
``` | ||
#####Basal Metabolic Rate - BMR | ||
##### Basal Metabolic Rate - BMR | ||
>The amount of calories you need to | ||
@@ -31,3 +31,3 @@ maintain body weight. | ||
######BMR by lifestyle: | ||
###### BMR by lifestyle: | ||
@@ -53,3 +53,3 @@ > In order to call the following methods, you must first set a BMR value, or else you must pass a BMR value manually. | ||
#####Ideal Body Weight - IBW | ||
##### Ideal Body Weight - IBW | ||
```javascript | ||
@@ -60,5 +60,5 @@ health.female.IBW(height); | ||
######Author: Alex Bennett | ||
###### Author: Alex Bennett | ||
> Licesnse: MIT | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3958