vitruvia
v0.0.1
Published
Collection of physiological, medical, bio- and neuromechanical calculations, regressions and functions
Downloads
4
Readme
vitruvia.js
Human architecture and geometry
Vitruvia is a collection of bio- and neuromechanical calculations, functions and methods related to human movement, health, nutrition and behavior.
The javascript library was written to support development of (para)medical applications in the growing share of web technologies.
Modules
The following modules are currently available, using a particular module and it's widgets can be done as follows:
var nutrition = require('vitruvia').provide('nutrition')
, joule = nutrition.energy.calToJoule(1000);
Nutrition
- Energy - methods related to energy expenditure and intake.