example project
Find a file
2025-04-18 15:46:28 -05:00
.gitignore finished 2025-04-18 12:58:13 -05:00
cal.webp finished 2025-04-18 12:58:13 -05:00
events.ics testing 2025-04-18 12:59:06 -05:00
events.json testing 2025-04-18 12:59:06 -05:00
go.mod finished 2025-04-18 12:58:13 -05:00
go.sum finished 2025-04-18 12:58:13 -05:00
google.avif finished 2025-04-18 12:58:13 -05:00
google2.gif finished 2025-04-18 12:58:13 -05:00
index.html update google how-to 2025-04-18 15:46:28 -05:00
ios.avif finished 2025-04-18 12:58:13 -05:00
main.go testing 2025-04-18 12:59:06 -05:00
monitor.sh final fixes 2025-04-18 13:03:07 -05:00
output.log final fixes 2025-04-18 13:03:07 -05:00
ReadMe.md testing 2025-04-18 12:59:06 -05:00

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 &