first bit of docs

This commit is contained in:
BroodjeAap 2022-12-11 21:03:06 +00:00
parent 53564d4601
commit e13a8c873d
2 changed files with 6 additions and 1 deletions

View file

@ -1,9 +1,14 @@
# Go Watch
[![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/go-watch/status.svg)](https://drone.broodjeaap.net/broodjeaap/go-watch)
A change detection server that can notify through various services written in Go
# Intro
GoWatch works through filters, a filter performs certain operations on the input it recieves.
Here is an example of a 'Watch' that calculates the lowest and average price of 4090s on NewEgg and notifies the user if the lowest price changed:
![NewEgg 4090](docs/images/newegg_4090.png)
## type script compilation
`tsc static/*.ts --lib es2020,dom --watch --downlevelIteration`

BIN
docs/images/newegg_4090.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB