summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md21
-rw-r--r--go.mod3
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
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..839aea0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/martinlehoux/biking_home
+
+go 1.21.12