diff --git a/README.md b/README.md index fd22d23..d33a084 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docs/images/newegg_4090.png b/docs/images/newegg_4090.png new file mode 100644 index 0000000..3ca558a Binary files /dev/null and b/docs/images/newegg_4090.png differ