Git Product home page Git Product logo

daniels-calculator's Introduction

Daniels Running Calculator

This module allows users to get VDOT's, training paces, and equivalent race times using Jack Daniel's training methodology.

Overview

Jack Daniels is a famous running coach and used a scientific method to help runners improve their times. By giving a recent race time, you calculate a VDOT, this VDOT then allows you to get estimated race times and work out your training paces. Feedback is very much welcome alongside requests for further features.

Usage

const Daniels = require("daniels-calculator");

const daniels = new Daniels();

//STEP 1 - Get vdot
const VDOT = daniels.getVDOT("5k", "16:00");
console.log(VDOT);

//NB - distance must be one of the following
        "VDOT",
        "1500",
        "Mile",
        "3k",
        "2-mile",
        "5k",
        "8k",
        "5-mile",
        "10k",
        "15k",
        "10-mile",
        "20k",
        "1/2 Marathon",
        "25k",
        "30k",
        "Marathon"

//NB - Times should be in the following formats: 00 / 00:00 / 00:00:00
	

//STEP 2 - Get equivalent race times
const raceTimes = daniels.getRaceTimes(VDOT);
console.log(raceTimes);

//NB - will return object with keys of races and values as times

//STEP 3 - Get training paces
const trainingZones = daniels.returnTrainingPaces(VDOT);
console.log(trainingZones);

//NB - will return object with keys of pace type and values as pace value

Further Info

http://runsmartproject.com/coaching/dr-jack-daniels/

daniels-calculator's People

Contributors

chrislehoczki avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

g4b7i3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.