0.0.1 • Published 12 years ago

vitruvia v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

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.
0.0.1

12 years ago