Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 703 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 703 Bytes

Body Fat Calculator Build Status

Body fat calculator can be used to estimate total body fat based on different formulas.

Install

npm install body-fat

Import

### Node.js

const fat = require('body-fat');

ES6 import

import fat from 'body-fat';

CDN

You can use it directly in your browser using unpkg.com:

<script src="https://unpkg.com/body-fat@0.01/dist/index.min.js"></script>

Usage

//-> TODO

API

//-> TODO

Test

npm install
npm test

License

MIT © Zsolt Meszaros