No description
Find a file
2022-10-01 08:23:29 +00:00
static added condition filter type 2022-09-30 14:22:37 +00:00
templates added condition filter type 2022-09-30 14:22:37 +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 working 'store' filter 2022-09-30 10:59:15 +00:00
models.go working 'store' filter 2022-09-30 10:59:15 +00:00
README.md added typescript compile command to readme 2022-09-20 19:46:17 +00:00
scraping.go added test with db, checking if it works in drone 2022-09-30 19:50:56 +00:00
scraping_test.go added tests for the all conditional filters 2022-10-01 08:23:29 +00:00
todo.md -todo 2022-08-13 08:52:03 +00:00
util.go added util.buildFilterTree 2022-09-25 15:53:04 +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