Skip to content

This PowerShell script retrieves a weekly training schedule from the HWPO Training API, formats it into an HTML file, and highlights the current day's schedule by default. The resulting HTML file includes day navigation, as well as converters for weight, length, and percentages.

Notifications You must be signed in to change notification settings

jpplaisier/HWPO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly Training Schedule Automation

This PowerShell script retrieves a weekly training schedule from the HWPO Training API, formats it into an HTML file, and highlights the current day's schedule by default. The resulting HTML file includes day navigation, as well as converters for weight, length, and percentages.

Table of Contents


Features

  • Weekly Schedule Retrieval: Fetches data for each day of the week from the HWPO Training API, combining it into a single HTML file.
  • Day Selector: Allows navigation between days of the week.
  • Current Day Highlighting: Automatically highlights today’s date.
  • Built-in Converters:
    • Weight Converter (lbs to kg)
    • Length Converter (feet to meters)
    • Percentage Calculator

Requirements

  • A valid API authentication JSON object (containing email and password for HWPO Training API)

About

This PowerShell script retrieves a weekly training schedule from the HWPO Training API, formats it into an HTML file, and highlights the current day's schedule by default. The resulting HTML file includes day navigation, as well as converters for weight, length, and percentages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published