https://github.com/slingercode/dunno
Dunno
https://github.com/slingercode/dunno
ios swift swiftui
Last synced: 2 months ago
JSON representation
Dunno
- Host: GitHub
- URL: https://github.com/slingercode/dunno
- Owner: slingercode
- License: mit
- Created: 2023-12-16T01:58:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T01:02:12.000Z (over 1 year ago)
- Last Synced: 2025-01-05T05:42:49.557Z (4 months ago)
- Topics: ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dunno
## TODOS
- [x] Read workout data
- [x] Read workout route
- [x] Make `async` functions
- [ ] Draw the coordinates on a map
- [ ] Capture vector (or something like that) of the coordinates
- [ ] Create a list with the last 10 workouts before the map generation## References
- [Apple developer: Read route data](https://developer.apple.com/documentation/healthkit/workouts_and_activity_rings/reading_route_data)
- [Accessing workouts with HealthKit and swift](https://brunoscheufler.com/blog/2021-11-07-accessing-workouts-with-healthkit-and-swift#getting-the-route-for-a-workout)