https://github.com/sobri909/locokit2
A ground up rebuild of LocoKit
https://github.com/sobri909/locokit2
Last synced: about 2 months ago
JSON representation
A ground up rebuild of LocoKit
- Host: GitHub
- URL: https://github.com/sobri909/locokit2
- Owner: sobri909
- License: mpl-2.0
- Created: 2024-02-26T04:51:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:53:31.000Z (about 2 months ago)
- Last Synced: 2025-04-10T07:43:41.530Z (about 2 months ago)
- Language: Swift
- Size: 568 KB
- Stars: 13
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LocoKit2
A ground up rebuild of LocoKit, providing a modern Swift framework for timeline data recording and processing.
## Features
- Modern Swift concurrency with actors and async/await
- Efficient timeline recording and processing
- Place detection and management
- Activity type classification
- Database import/export system ([documentation](docs/export/README.md))## Requirements
- iOS 17.0+
- Swift 6.0+
- Xcode 15.0+## License
Mozilla Public License Version 2.0. See the [LICENSE](LICENSE) file for details.