Skip to content

Commit

Permalink
chore(amazon): adds most available AIB cards to amazon.ts
Browse files Browse the repository at this point in the history
This fully addresses jef#1098 with the AIB cards for Big Navi that are on amazon getting added in. (At least the ones I could find.)
  • Loading branch information
jaw20 authored Dec 3, 2020
1 parent f2ae423 commit 1bc721b
Showing 1 changed file with 88 additions and 0 deletions.
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

0 comments on commit 1bc721b

Please sign in to comment.