2025-10-20 21:26:56 +02:00

307 B

try-finger-but-hole

Small finger server for weather forecast

Building and installing

$ CGO_ENABLED=0 go build -o finger-weather
$ cp finger-weather.service /usr/lib/systemd/system/finger-weather.service
$ systemctl daemon-reload
$ systemctl enable finger-weather
$ systemctl start finger-weather