https://github.com/yoannfleurydev/cyclemetrics
Building a Rust CLI for fun to see my bike ride statistics
https://github.com/yoannfleurydev/cyclemetrics
Last synced: 9 months ago
JSON representation
Building a Rust CLI for fun to see my bike ride statistics
- Host: GitHub
- URL: https://github.com/yoannfleurydev/cyclemetrics
- Owner: yoannfleurydev
- Created: 2025-08-11T12:19:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T20:29:33.000Z (10 months ago)
- Last Synced: 2025-08-11T22:14:28.372Z (10 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CycleMetrics
CycleMetrics is a tool for tracking and analyzing my cycling performance data.
## Installation
```bash
git clone git@github.com:yoannfleurydev/cyclemetrics.git
cd cyclemetrics
```
## Usage
Add GPX to the data folder.
Run the application:
```bash
cargo run ./data/*.gpx
```