项目作者: dpfens

项目描述 :
Exercise Physiology Equations
高级语言: TypeScript
项目地址: git://github.com/dpfens/FitnessJS.git
创建时间: 2015-02-08T08:19:43Z
项目社区:https://github.com/dpfens/FitnessJS

开源协议:

下载


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

Installing

FitnessJS is written using Typescript. To install, download the latest release and include it in your markup:

  1. <script type="text/javascript" src="fitness.js"></script>

Or for the minified version:

  1. <script type="text/javascript" src="fitness.min.js"></script>

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. Modifications to the Typescript compiler configuration can be made in src/tsconfig.json. To recompile:

  1. cd src
  2. tsc

and the compiled (but not minified) version will be built in the dist folder.

Support

Please raise potential bugs on Github.