bodyfat
Version:
Body fat algorithms
31 lines (20 loc) • 472 B
Markdown
# Body fat algorithms
[](https://circleci.com/gh/flaugere/bodyfat)
Several algorithms to compute body fat according to skin folds or tape measurements.
## Algorithms
Parillo, JP3, JP4, JP7, Durnin & Womersley
## Install
```
npm install bodyfat
```
## Contributing
1) Install GIT
2) Clone repository
```
git clone git@github.com:flaugere/bodyfat.git
cd bodyfat
```
3) Unit test
```
npm test
```