first bit of docs
This commit is contained in:
parent
53564d4601
commit
e13a8c873d
2 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
# Go Watch
|
||||
[](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:
|
||||

|
||||
|
||||
## type script compilation
|
||||
|
||||
`tsc static/*.ts --lib es2020,dom --watch --downlevelIteration`
|
||||
|
|
BIN
docs/images/newegg_4090.png
Normal file
BIN
docs/images/newegg_4090.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Loading…
Add table
Reference in a new issue