limoncello

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6ae88118f7ee10d48d0bffd7227bf825f6493334
parent d6e79aa4dd5342c340b00a1ee320e5b8236278b2
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Jul 2026 15:00:07 +0100

Add readme and gitignore

Diffstat:
A.gitignore | 3+++
MREADME.md | 19++++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +# user data +units.json +\ No newline at end of file diff --git a/README.md b/README.md @@ -1,2 +1,18 @@ -# limoncello +# Limoncello +A simple self-hosted golang webapp to track UK alcohol units, optimised for mobile browsers. + +## Running +``` +cd limoncello +go run . -f units.json -p 8080 +``` + +Then access the servers IP address via a web browser on port `8080`. +`units.json` and `8080` are the default values for file and port arguments. + +## Features +* Arbitrary volume/ABV calculation, check `var volumes` +* Weekly and monthly views +* Coloured tiles +* No external dependencies +\ No newline at end of file