Skip to content

cdstrachan/RacePaceCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This website creates pacing charts for distance running. It includes route profile as well as a fade as the runner gets tired towards the end of long runs.

Currently it supports the main races in Cape Town, but I am happy to add additional races (see generator below)

Documentation

Download and run the app, it will launch a sprintboot app at http://localhost:8080

Templates

src/main/resource/templates Add templates for your own races there, and ass the template to index.html

Sample

Working sample here: http://onlinepacecharts.herokuapp.com/ if you wish to add a cource, create a pull request

Template generator

https://github.com/cdstrachan/RacePaceCalculatorRouteGenerator Simple CLI route generator

Todo

(umm) unit tests and better error handling

Deployment

Build

./mvnw clean install

Docker/Azure deploy

docker login my_repo.azurecr.io

docker buildx build --platform linux/amd64 -t my_repo:latest -f Dockerfile .

docker tag my_repo my_repo.azurecr.io/my_repo

docker push my_repo.azurecr.io/my_repo

About

Race pace calculator for distance runnning events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors