No description
Find a file
2022-09-25 15:52:53 +00:00
static cleanup 2022-09-25 15:09:20 +00:00
templates can delete watches 2022-09-25 15:17:48 +00:00
.air.toml prototype 0.001 2022-07-16 11:05:32 +00:00
.drone.yaml added -v to go test 2022-07-27 16:59:23 +00:00
.gitignore v0.0001 2022-07-21 19:28:25 +00:00
forms.go added updating/deleting of filters 2022-08-02 19:08:57 +00:00
go.mod rename from go-watch-and-tel to go-watch 2022-08-13 08:42:02 +00:00
go.sum added json filter 2022-08-12 11:40:05 +00:00
LICENSE prototype 0.001 2022-07-16 11:05:32 +00:00
main.go removed leftover print 2022-09-25 15:52:22 +00:00
models.go added parents/children to filter model, fixed scraping (+tests) 2022-09-25 15:52:53 +00:00
README.md added typescript compile command to readme 2022-09-20 19:46:17 +00:00
scraping.go added parents/children to filter model, fixed scraping (+tests) 2022-09-25 15:52:53 +00:00
scraping_test.go added parents/children to filter model, fixed scraping (+tests) 2022-09-25 15:52:53 +00:00
todo.md -todo 2022-08-13 08:52:03 +00:00
util.go git stash for recursive filter stuff that might be over complicated 2022-08-25 17:09:42 +00:00

Go Watch

Build Status

A change detection server that notifies through Telegram written in Go

type script compilation

tsc static/*.ts --lib es2020,dom --watch --downlevelIteration