0.4.0 • Published 7 years ago

barbellweights v0.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

BarbellWeight

=========

Simple class to calculate warmup weights for barbell exercises such as squats, deadlift and presses.

Installation

npm install barbellweights

Usage

var results = new BarbellWeight(300, 'squats').getResults();

This uses the default Starting Strength calculations of empty bar, 40%, 60%, 80%, and working weight

var results = new BarbellWeight(300, 'squats', {program: 'QUARTERS'}).getResults();

This uses calculations of empty bar, 25%, 50%, 75%, and working weight. The Percentages remove the bar weight when making the calculations.

var results = new BarbellWeight(300, 'deadlift', {program: 'QUARTERS'}).getResults();

This uses calculations of empty bar, 25%, 50%, 75%, and working weight. The Percentages remove the bar and 45lb plates when making the calculations.

Tests

npm test

0.4.0

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago