Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomaspaulmann/HeartControl
❤️ Continuous heart rate measurement during workouts with watchOS 3.
https://github.com/thomaspaulmann/HeartControl
apple health heart-rate watchos workout-apps
Last synced: 3 months ago
JSON representation
❤️ Continuous heart rate measurement during workouts with watchOS 3.
- Host: GitHub
- URL: https://github.com/thomaspaulmann/HeartControl
- Owner: thomaspaulmann
- Created: 2016-08-03T19:00:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T22:58:07.000Z (over 3 years ago)
- Last Synced: 2024-06-30T16:54:41.702Z (4 months ago)
- Topics: apple, health, heart-rate, watchos, workout-apps
- Language: Swift
- Homepage:
- Size: 393 KB
- Stars: 190
- Watchers: 9
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - HeartControl
- awesome-apple-watch - Heart Control - Heart Control is a standalone watch app to monitor continuously heart rate on watchOS 3 (Sample Apps / Blog)
README
[![Swift](https://img.shields.io/badge/Swift-3.0-green.svg)](https://swift.org) [![watchOS](https://img.shields.io/badge/watchOS-3.0-green.svg)](https://developer.apple.com/watchos/)
# Heart Control
Monitor your heart rate on the apple watch - continuously and easy.
## What is it?
Heart Control is a standalone watch app to monitor continuously heart rate on [watchOS 3](http://www.apple.com/watchos-preview/). It collects and analyzes data in real-time in the background.
## What is it not?
It's not a whole implementation of every little detail of [Apple's HealthKit](https://developer.apple.com/healthkit/). It's more or less a quick start guide for workout apps on watchOS 3.
## Special Thanks
Thanks to [Dash Brittain](http://www.roxannebrittain.com) and [Jorge Morinigo](https://www.linkedin.com/in/jorgemorinigo) for your WWDC talk [Building Great Workout Apps](https://developer.apple.com/videos/play/wwdc2016/235/).