# bodybuilding

## Installation
```
npm install bodybuilding
```

## Usage
- Calculate BMR
- Calculate TDEE

## Example
### `get_bmr(height, weight, age)`
### `get_tdee(bmr, activity_level = 0)`
