diff options
| -rw-r--r-- | README.md | 21 | ||||
| -rw-r--r-- | go.mod | 3 |
2 files changed, 24 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 @@ -0,0 +1,3 @@ +module github.com/martinlehoux/biking_home + +go 1.21.12 |