limoncello

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

README.md (457B)


      1 # Limoncello
      2 
      3 A simple self-hosted golang webapp to track UK alcohol units, optimised for mobile browsers.
      4 
      5 ## Running
      6 ```
      7 cd limoncello
      8 go run . -f units.json -p 8080
      9 ```
     10 
     11 Then access the servers IP address via a web browser on port `8080`.
     12 `units.json` and `8080` are the default values for file and port arguments.
     13 
     14 ## Features
     15 * Arbitrary volume/ABV calculation, check `var volumes`
     16 * Weekly and monthly views
     17 * Coloured tiles
     18 * No external dependencies