Published: 2021.02.28
Category: PowerShell
Sports Tracker Cmdlet
PowerShell module which allows to manage trainings on the https://sports-tracker.com/ website.
It exposes following commands powershell Add-Training Get-Trainings
Login and Password can be provided with PowerShell Master Configuration or parameter.
Example
Add-Training -TrainingType AlpineSkiing -Description "description" -Duration 20 -Date "2020.02.26" -Time "08:09" -Distance 69 Add-Training -TrainingType AlpineSkiing -Description "description" -Duration 20 -Date "2020.02.26" -Time "08:09" -Distance 69 -Login pawel@pawel.pl -Password "fdsa" -Verbose

After adding training through module we can see it in the portal.