Skip to content

Commit

Permalink
chore(amazon): add 3060ti cards (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmaugy committed Dec 7, 2020
1 parent 84f2cb7 commit 84a6ff5
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,110 @@ export const Amazon: Store = {
series: 'test:series',
url: 'https://www.amazon.com/dp/B083248S3B'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P2HBBLX&Quantity.1=1',
model: 'dual',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P2HBBLX'
},
{
brand: 'gigabyte',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NYP7KG6&Quantity.1=1',
model: 'gaming oc',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08NYP7KG6'
},
{
brand: 'gigabyte',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NYPLXPJ&Quantity.1=1',
model: 'gaming oc',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08NYPLXPJ'
},
{
brand: 'gigabyte',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NYNJ6RC&Quantity.1=1',
model: 'eagle',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08NYNJ6RC'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B083Z5P6TX&Quantity.1=1',
model: 'tuf',
series: '3060ti',
url: 'https://www.amazon.com/dp/B083Z5P6TX'
},
{
brand: 'msi',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P2D3JSG&Quantity.1=1',
model: 'gaming x trio',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P2D3JSG'
},
{
brand: 'msi',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P2DQ28S&Quantity.1=1',
model: 'ventus 2x',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P2DQ28S'
},
{
brand: 'zotac',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P3XJLJJ&Quantity.1=1',
model: 'twin edge oc',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P3XJLJJ'
},
{
brand: 'zotac',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P3V572B&Quantity.1=1',
model: 'twin edge',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P3V572B'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P2D1JZZ&Quantity.1=1',
model: 'ko',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P2D1JZZ'
},
{
brand: 'asus',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B083Z7TR8Z&Quantity.1=1',
model: 'strix',
series: '3060ti',
url: 'https://www.amazon.com/dp/B083Z7TR8Z'
},
{
brand: 'evga',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P2H5LW2&Quantity.1=1',
model: 'ftw3',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08P2H5LW2'
},
{
brand: 'gigabyte',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NYPKW1Z&Quantity.1=1',
model: 'eagle oc',
series: '3060ti',
url: 'https://www.amazon.com/dp/B08NYPKW1Z'
},
{
brand: 'asus',
cartUrl:
Expand Down

0 comments on commit 84a6ff5

Please sign in to comment.