awesome-cordova-plugins/docs/plugins/health-kit/README.md

21 lines
575 B
Markdown
Raw Permalink Normal View History

2021-09-29 20:09:02 +08:00
# Health Kit
```
$ ionic cordova plugin add com.telerik.plugins.healthkit
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/health-kit
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/health-kit/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/Telerik-Verified-Plugins/HealthKit](https://github.com/Telerik-Verified-Plugins/HealthKit)
The HealthKit plugin allows you to read data from and write data to the iOS 8+ HealthKit framework.
Any data saved shows up in the iOS Health app and is available for other iOS apps.
## Supported platforms
- iOS
2021-09-29 20:38:45 +08:00