Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 418 Bytes

marathon-plan-ics

To install dependencies:

bun install

To run:

bun run index.ts [MARATHON DATE: YYYY-MM-DD] [GOAL TIME: HH:MM:SS] [TRAINING START DATE: YYYY-MM-DD] [RUNS START TIME: HH:MM:SS]

Eg, to start training on Jan 1, 2024, for a marathon on May 26, 2024 with a goal time of 3:30:00, and runs starting at 6:00am:

bun run index.ts 2024-05-26 3:30:00 2024-01-01 6:00:00