Skip to content

ProductivityTools-TrainingLog/ProductivityTools.TrainingLog.Endomondo.Cmdlet

Repository files navigation

TrainingLog Endomondo Cmdlet

Module takes Endomondo backup and push it to TrainingLog API.

It was possible to download Endomondo backup in the format presented below.

Endomondo backup

In the trainings we can find the

  • json file - metadata of the training
  • tcx - training track

Trainings

Training log doesn't allow to import TCX data but GPX data. So to start using this cmdlet you need to do a conversion. To make it simple I wrote ConvertTcxToGpx module.

After conversion you should have updated Workouts directory Training with GPX

Module

Module exposes only one command

Import-EndomondoTrainingsToTrainingLog -Path "d:\Endomondo\Pawel endomondo-2020-12-08Working\" -Account pwujczyk5 -TrainingLogApiAddress https://localhost:5001 -Verbose

(without slash after port)

  • Path - should be given path to full Endomondo backup not to Trainings directory

Import

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published