https://github.com/dpfens/fitnessjs
Exercise Physiology Equations
https://github.com/dpfens/fitnessjs
body-composition calories cardiac exercise fitness health healthcare
Last synced: 8 months ago
JSON representation
Exercise Physiology Equations
- Host: GitHub
- URL: https://github.com/dpfens/fitnessjs
- Owner: dpfens
- Created: 2015-02-08T08:19:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T07:01:47.000Z (about 1 year ago)
- Last Synced: 2024-08-25T08:21:23.017Z (about 1 year ago)
- Topics: body-composition, calories, cardiac, exercise, fitness, health, healthcare
- Language: TypeScript
- Homepage: https://dpfens.github.io/FitnessJS/
- Size: 4.82 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FitnessJS
**FitnessJS** is a library of exercise physiology and healthcare equations for transforming basic health data. FitnessJS compiles bodybuilding competition formulas, aerobic performance models, and body composition equations, giving developers back their time and the freedom to develop the application they envision.
## Resources
- [Website](https://dpfens.github.io/FitnessJS)
- [Home](https://github.com/dpfens/FitnessJS/wiki)
- [Enums](https://github.com/dpfens/FitnessJS/wiki/Enums)
- [Balance](https://github.com/dpfens/FitnessJS/wiki/Balance)
- [Cardio](https://github.com/dpfens/FitnessJS/wiki/Cardio)
- [Composition](https://github.com/dpfens/FitnessJS/wiki/Composition)
- [Convert](https://github.com/dpfens/FitnessJS/wiki/Convert)
- [METs](https://github.com/dpfens/FitnessJS/wiki/Mets)
- [Model](https://github.com/dpfens/FitnessJS/wiki/Model)
- [Sport](https://github.com/dpfens/FitnessJS/wiki/Sport)
- [Strength](https://github.com/dpfens/FitnessJS/wiki/Strength)
- [Test Protocols](https://github.com/dpfens/FitnessJS/wiki/Test_Protocols)## Installing
FitnessJS is written using [Typescript](https://www.typescriptlang.org/). To install, download the [latest release](https://github.com/dpfens/FitnessJS/archive/master.zip) and include it in your markup:```html
```
Or for the minified version:```html
```
## Browser Support
FitnessJS is written in TypescriptTypescript, so developers can recompile the library to target specific versions of ECMAScript, module loaders and more. Typescript includes a full list of compiler options on the [compiler options](https://www.typescriptlang.org/docs/handbook/compiler-options.html). Modifications to the Typescript compiler configuration can be made in `src/tsconfig.json`. To recompile:```shell
cd src
tsc
```
and the compiled (but not minified) version will be built in the `dist` folder.## Support
Please raise potential bugs on [Github](https://github.com/dpfens/FitnessJS/issues).