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

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

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
```