Skip to content

Commit

Permalink
feat: add a few stores for spain (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloOranges authored Jul 16, 2021
1 parent 4bb58ac commit 0b060e8
Show file tree
Hide file tree
Showing 19 changed files with 4,148 additions and 6 deletions.
9 changes: 9 additions & 0 deletions docs/reference/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Used with the `STORES` variable.
| ARLT | DE | `arlt`|
| ASUS | US | `asus` |
| ASUS | DE | `asus-de` |
| ASUS | ES | `asus-es` |
| AWD-IT | UK | `awd` |
| Azerty | NL | `azerty`|
| B&H | US | `bandh`|
Expand Down Expand Up @@ -100,6 +101,7 @@ Used with the `STORES` variable.
| EBGames | CA | `ebgames`|
| eBuyer | UK | `ebuyer`|
| El Corte Inglés | ES | `elcorteingles`|
| Eletronicamente | ES | `eletronicamente`|
| Elkjop | NO | `elkjop`|
| ePrice | IT | `eprice`|
| Equippr | DE | `equippr`|
Expand All @@ -109,8 +111,10 @@ Used with the `STORES` variable.
| EVGA | US | `evga`|
| EVGA | EU | `evga-eu`|
| Expert | DE | `expert`|
| Extremmedia | ES | `extremmedia`|
| Futurex | DE | `futurex`|
| Galaxus | DE | `galaxus`|
| Game | ES | `game-es`|
| Game | UK | `game`|
| Gamestop | US | `gamestop`|
| Gamestop | DE | `gamestop-de`|
Expand All @@ -126,6 +130,7 @@ Used with the `STORES` variable.
| Komplett | NO | `komplett-no`|
| Landmark Computers | AU | `landmark-computers`|
| Ldlc | FR | `ldlc`|
| Ldlc | ES | `ldlc-es`|
| Mediamarkt | DE | `mediamarkt`|
| Mediamarkt | AT | `mediamarkt-at`|
| Medimax | DE | `medimax`|
Expand All @@ -138,6 +143,7 @@ Used with the `STORES` variable.
| MSY | AU | `msy`|
| Multicom | NO | `multicom`|
| Mwave | AU | `mwave`|
| Neobyte | ES | `neobyte`|
| Netonnet | NO | `netonnet-no`|
| Newegg | US | `newegg`|
| Newegg | CA | `newegg-ca`|
Expand All @@ -149,6 +155,7 @@ Used with the `STORES` variable.
| Nvidia | EU/UK | [See below](#nvidia-store-reference) |
| Office Depot | US | `officedepot`|
| Ollo | IT | `ollo`|
| Opirata | ES | `opirata`|
| Otto | DE | `otto`|
| Overclockers | UK | `overclockers`|
| PBTech | AU | `pbtech`|
Expand All @@ -170,6 +177,7 @@ Used with the `STORES` variable.
| Scan | UK | `scan`|
| Scorptec | AU | `scorptec`|
| ShopTo | UK | `shopto`|
| Siabyte | ES | `siabyte`|
| Smyths Toys | UK | `smythstoys`|
| Smyths Toys | IE | `smythstoys-ie`|
| Spielegrotte | DE | `spielegrotte`|
Expand All @@ -179,6 +187,7 @@ Used with the `STORES` variable.
| TheWarehouse | NZ | `thewarehouse`|
| TopAchat | GR | `topachat`|
| Toys R Us | US | `toysrus` |
| Ultimainformatica | ES | `ultimainformatica`|
| Umart | AU | `umart`|
| Unieuro | IT | `unieuro`|
| Very | UK | `very`|
Expand Down
2 changes: 2 additions & 0 deletions dotenv-example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ DISCORD_NOTIFY_GROUP=
DISCORD_NOTIFY_GROUP_3060=
DISCORD_NOTIFY_GROUP_3060TI=
DISCORD_NOTIFY_GROUP_3070=
DISCORD_NOTIFY_GROUP_3070TI=
DISCORD_NOTIFY_GROUP_3080=
DISCORD_NOTIFY_GROUP_3080TI=
DISCORD_NOTIFY_GROUP_3090=
Expand Down Expand Up @@ -55,6 +56,7 @@ LOW_BANDWIDTH=
MAX_PRICE_SERIES_3060=
MAX_PRICE_SERIES_3060TI=
MAX_PRICE_SERIES_3070=
MAX_PRICE_SERIES_3070TI=
MAX_PRICE_SERIES_3080=
MAX_PRICE_SERIES_3080TI=
MAX_PRICE_SERIES_3090=
Expand Down
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ const notifications = {
3060: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3060),
'3060ti': envOrArray(process.env.DISCORD_NOTIFY_GROUP_3060TI),
3070: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3070),
'3070ti': envOrArray(process.env.DISCORD_NOTIFY_GROUP_3070TI),
3080: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3080),
'3080ti': envOrArray(process.env.DISCORD_NOTIFY_GROUP_3080TI),
3090: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3090),
Expand Down Expand Up @@ -442,6 +443,7 @@ const store = {
'3060',
'3060ti',
'3070',
'3070ti',
'3080',
'3080ti',
'3090',
Expand Down
Loading

0 comments on commit 0b060e8

Please sign in to comment.