Skip to content

Commit

Permalink
chore(amazon): adds most available AIB cards (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw20 authored Dec 4, 2020
1 parent ac8785d commit 3b4fe78
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 1 deletion.
88 changes: 88 additions & 0 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,30 @@ export const Amazon: Store = {
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08MVC76SR'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXXT7WN&Quantity.1=1',
model: 'nitro+',
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08NXXT7WN'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYNLMR&Quantity.1=1',
model: 'pulse',
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08NXYNLMR'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXVNMPQ&Quantity.1=1',
model: 'nitro+',
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08NXVNMPQ'
},
{
brand: 'xfx',
cartUrl:
Expand All @@ -454,6 +478,30 @@ export const Amazon: Store = {
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08N6ZLX9B'
},
{
brand: 'xfx',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NX14LV1&Quantity.1=1',
model: 'merc',
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08NX14LV1'
},
{
brand: 'xfx',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NN76VJD&Quantity.1=1',
model: 'amd reference',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08NN76VJD'
},
{
brand: 'xfx',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P5YFZCY&Quantity.1=1',
model: 'merc',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08P5YFZCY'
},
{
brand: 'powercolor',
cartUrl:
Expand All @@ -470,6 +518,46 @@ export const Amazon: Store = {
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08MVCLBWK'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXZSPMY&Quantity.1=1',
model: 'nitro+',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08NXZSPMY'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYBVDB&Quantity.1=1',
model: 'pulse',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08NXYBVDB'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWJ29NB&Quantity.1=1',
model: 'strix oc',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08NWJ29NB'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P3YT3MY&Quantity.1=1',
model: 'tuf oc',
series: 'rx6800',
url: 'https://www.amazon.com/dp/B08P3YT3MY'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWHKGS9&Quantity.1=1',
model: 'strix lc',
series: 'rx6800xt',
url: 'https://www.amazon.com/dp/B08NWHKGS9'
},
{
brand: 'sony',
cartUrl:
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export const BestBuy: Store = {
{
brand: 'msi',
model: 'amd reference',
series: 'rx6800xt',
series: 'rx6800',
url:
'https://www.bestbuy.com/site/msi-radeon-rx-6800-16g-16gb-gddr6-pci-express-4-0-graphics-card-black-black/6441020.p?skuId=6441020'
},
Expand Down
1 change: 1 addition & 0 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export type Model =
| 'phoenix'
| 'ps5 console'
| 'ps5 digital'
| 'pulse'
| 'red devil'
| 'sg oc'
| 'sg'
Expand Down

0 comments on commit 3b4fe78

Please sign in to comment.