From 92bb2ef915d9fb5a5891ad8b48b2b65ad2ecfe8d Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 30 Oct 2020 00:23:32 -0400 Subject: [PATCH] docs: more collapsibles Signed-off-by: Jef LeCompte --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23d2d5c..b3adce6 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,6 @@ environment variables are **optional**._ | `PROXY_ADDRESS` | IP Address or fqdn of proxy server | | `PROXY_PORT` | TCP Port number on which the proxy is listening for connections | Default: `80` | | `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` | -| `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` | | `USER_AGENT` | Custom User-Agents headers for HTTP requests | Newline separated, e.g.: `USER_AGENT_STRING1 \n USER_AGENT_STRING2` | | Default: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36` | | `WEB_PORT` | Starts a webserver to be able to control the bot while it is running; optional | Default: disabled | @@ -103,7 +102,8 @@ environment variables are **optional**._ | `SHOW_ONLY_SERIES` | Filter to show specified series | Comma separated, e.g.: `3080` | | `STORES` | [Supported stores](#supported-stores) you want to be scraped | Both supported formats are comma separated

1. Standard E.g.: `"nvidia"`

2. Advanced E.g: `STORE:PAGE_SLEEP_MIN:PAGE_SLEEP_MAX`, E.g: `nvidia:10000:30000`

Default: `nvidia` | -#### Supported stores +
+Supported stores | Stores | Environment variable | |:---:|:---:| @@ -190,7 +190,10 @@ environment variables are **optional**._
-#### Supported Brands and Models + + +
+Supported brands and models | Brand | Model | |:---:|---| @@ -206,7 +209,10 @@ environment variables are **optional**._ | `pny` | `dual fan`, `xlr8`, `xlr8 rgb` | | `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc` | -#### Supported countries +
+ +
+Supported countries `COUNTRY` is only used by the `nvidia` and `nvidia-api` stores. @@ -232,6 +238,8 @@ environment variables are **optional**._ | sweden | `✔` | `✔` | `✔` | | | usa | `✔` | `✔` | `✔` | | +
+ ### Notifications > :point_right: You can test your notification configuration by running `npm run test:notification`.