An open API service indexing awesome lists of open source software.

https://github.com/slingercode/dunno

Dunno
https://github.com/slingercode/dunno

ios swift swiftui

Last synced: 2 months ago
JSON representation

Dunno

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)