@ultrapacer/core

image

using ultraPacer

Go to https://ultrapacer.com

using @ultrapacer/core:

  1. Import modules:
import { Models } from '@ultrapacer/core'
  1. Create a new track:
const track = new Models.Track(trackData)
  1. Create a new course:
const course = new Models.Course(track, courseData)
  1. Create a new plan:
const plan = new Models.Plan(course, planData)
  1. See computed pacing:
console.log(plan.stats)
console.log(plan.splits)

Documentation

Docs site

Repository

Github site

No License / Copyright

The source code herin is copyright to ULTRAPACER, LLC. This code may be forked, downloaded, and/or modified for the purposes of contributing to this project only. There is no license for any other use or distribution.