https://github.com/aleksi/applehealth
Go module for accessing Apple Health exported data.
https://github.com/aleksi/applehealth
apple apple-health apple-healthkit applehealth applehealthkit go golang golang-library golang-package health healthkit
Last synced: about 1 year ago
JSON representation
Go module for accessing Apple Health exported data.
- Host: GitHub
- URL: https://github.com/aleksi/applehealth
- Owner: AlekSi
- License: mit
- Created: 2019-12-31T14:44:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T01:57:14.000Z (about 3 years ago)
- Last Synced: 2025-04-23T18:09:10.443Z (about 1 year ago)
- Topics: apple, apple-health, apple-healthkit, applehealth, applehealthkit, go, golang, golang-library, golang-package, health, healthkit
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# applehealth
[](https://pkg.go.dev/github.com/AlekSi/applehealth)
[](https://goreportcard.com/report/github.com/AlekSi/applehealth)
Go module for accessing Apple Health exported data.
You can export your health data on the iPhone by launching the Health app, tapping your photo in the top right corner, and tapping "Export All Health Data" below. If you have a lot of data, the export will take a lot of time, and the app can be unresponsive.
See [API documentation](https://pkg.go.dev/github.com/AlekSi/applehealth#example-package) for examples.