Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T01:57:14.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:08:19.201Z (3 months ago)
- Topics: apple, apple-health, apple-healthkit, applehealth, applehealthkit, go, golang, golang-library, golang-package, health, healthkit
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# applehealth
[![PkgGoDev](https://pkg.go.dev/badge/github.com/AlekSi/applehealth)](https://pkg.go.dev/github.com/AlekSi/applehealth)
[![Go Report Card](https://goreportcard.com/badge/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.