gnocchi

Golang weight tracking application
Log | Files | Refs

commit 228b7e285a897de510c59912f376e89e67482c1e
parent d3d56ae358e991959b552017203047bb40a224f3
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Apr 2026 15:25:31 +0100

Add readme

Diffstat:
Areadme.md | 19+++++++++++++++++++
Ascreenshot.png | 0
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -0,0 +1,19 @@ +# Gnocchi + +A simple, mobile first, golang web application allowing daily tracking of weight to markdown. + +Very much intended for personal use, built to replace transcribing dates with paper and pen. Expected to be used with [this file](https://github.com/breadcat/blog.minskio.co.uk/blob/master/content/weight.md) and [this script](https://github.com/breadcat/nix-configs/blob/main/scripts/blog-weight.nix). + + +## Running + +``` +cd gnocchi +go run . -f /blog/weight.md -p 8080 +``` + +Then access the servers IP address via a web browser on port `8080`. + +## Screenshot + +![](screenshot.jpg) diff --git a/screenshot.png b/screenshot.png Binary files differ.