Skip to content

ProductivityTools-TrainingLog/ProductivityTools.SportsTracker.Cmdlet

Repository files navigation

Sports Tracker Cmdlet

PowerShell module which allows to manage trainings on the https://sports-tracker.com/ website.

It exposes following commands

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

Cmdlet Example

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

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published