example project
| .gitignore | ||
| cal.webp | ||
| events.ics | ||
| events.json | ||
| go.mod | ||
| go.sum | ||
| google.avif | ||
| google2.gif | ||
| index.html | ||
| ios.avif | ||
| main.go | ||
| monitor.sh | ||
| output.log | ||
| ReadMe.md | ||
https://projects.helloworld.cyberia.club/forest/queermunity-calendar
Setup:
go mod init git.cyberia.club/forest/queermunity-calendar
go get github.com/arran4/golang-ical
go build -o fetch .
Run:
Interactively:
./monitor.sh
In the background:
./monitor.sh > /dev/null &