/Zwift-workout-parser

For personal use.

Primary LanguageJavaScript

Zwift workout plan converter

For personal use 😝

Setup

Environment setup, required once for the first time.

  1. Node.js
  2. npm install --global yarn

Project setup

  1. yarn install

Build

yarn build

Run

yarn start

Although the script supports reading workout plan PDF file from arbitrary location, putting the PDF under the project directory will save you from entering the full file path as it automatically reads existing PDF files under the project directory.