diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-26 16:38:28 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-26 16:38:28 +0200 |
| commit | da3095bedaa53756ad5c73bebf2c41090c5f72bc (patch) | |
| tree | eb7d98ee7f44bb2e8395a56129bdc647bd8a1f7a /README.md | |
feat: init
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..085542d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Bike software + +## Features + +- Handling my historical data +- Blog with pictures and markdown +- Storing GPX +- Export mountain pass from OSM and auto detect when pass is crossed +- Auto detect climbs from GPX + +## Implementation + +- Golang for showcase +- Keep improving personal lib (+ documentation) +- Get back what is interesting in previous projects + - Go bike: + - Only tooling for golang, project is different + - Rust bike + - Algorithm + example + - Django bike +- https://github.com/paulmach/osm |