Skip to content

Extracts workout data from an Apple HealthKit export

Notifications You must be signed in to change notification settings

shaundon/workouts-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workouts Parser

Tool for taking a HealthKit export, extracting the workouts and turning them into JSON.

Usage

Export your data from health.app and you'll get a file named export.xml. Place that in this repo at the top level.

yarn # Install dependencies
yarn start # Run the script

Results will be saved to output.json.

Not yet implemented

  • Heart rate data isn't currently included
  • Workout routes are referred to by their filename only(which is included in the health.app export)

About

Extracts workout data from an Apple HealthKit export

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published