readme+
This commit is contained in:
parent
71c8c0ba75
commit
384ef6ebfc
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ Some out-of-the-box highlights:
|
||||||
# Intro
|
# Intro
|
||||||
|
|
||||||
GoWatch works through filters, a filter performs operations on the input it recieves.
|
GoWatch works through filters, a filter performs 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:
|
Here is an example of a 'Watch' that calculates the lowest and average price of 4090s from NewEgg and MicroCenter and notifies the user if the lowest price changed:
|
||||||

|

|
||||||
|
|
||||||
Note that everything, including scheduling/storing/notifying, is a `filter`.
|
Note that everything, including scheduling/storing/notifying, is a `filter`.
|
||||||
|
@ -116,7 +116,7 @@ And make it executable:
|
||||||
`chmod +x ./gowatch`
|
`chmod +x ./gowatch`
|
||||||
|
|
||||||
Download the config template:
|
Download the config template:
|
||||||
`wget https://raw.githubusercontent.com/broodjeaap/go-watch/master/config.tmpl -O ./config.yaml`
|
`wget https://raw.githubusercontent.com/broodjeaap/go-watch/master/web/config.tmpl -O ./config.yaml`
|
||||||
|
|
||||||
Or use the binary to generate it:
|
Or use the binary to generate it:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue