Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: best buy & microcenter 3060 product links #2033

Merged
merged 15 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,20 @@ export const BestBuy: Store = {
series: '3060ti',
url: 'https://api.bestbuy.com/click/-/6442485/pdp',
},
{
brand: 'msi',
cartUrl: 'https://api.bestbuy.com/click/-/6452940/cart',
model: 'ventus 3x',
series: '3060',
url: 'https://api.bestbuy.com/click/-/6452940/pdp',
},
{
brand: 'evga',
cartUrl: 'https://api.bestbuy.com/click/-/6454328/cart',
model: 'xc gaming',
series: '3060',
url: 'https://api.bestbuy.com/click/-/6454328/pdp',
},
{
brand: 'amd',
cartUrl: 'https://api.bestbuy.com/click/-/6438942/cart',
Expand Down
60 changes: 60 additions & 0 deletions src/store/model/microcenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,66 @@ for (const microCenterLocation of microCenterLocations) {
series: '3060ti',
url: `https://www.microcenter.com/product/631744/gigabyte-geforce-rtx-3060ti-ti-eagle-dual-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'asus',
model: 'tuf',
series: '3060',
url: `https://www.microcenter.com/product/633747/asus-nvidia-geforce-rtx-3060-tuf-gaming-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'msi',
model: 'gaming x',
series: '3060',
url: `https://www.microcenter.com/product/633838/msi-nvidia-geforce-rtx-3060-gaming-x-overclocked-dual-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3060',
url: `https://www.microcenter.com/product/633839/msi-nvidia-geforce-rtx-3060-ventus-3x-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'msi',
model: 'ventus 2x',
series: '3060',
url: `https://www.microcenter.com/product/633840/msi-nvidia-geforce-rtx-3060-ventus-2x-overclocked-dual-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'gigabyte',
model: 'vision',
series: '3060',
url: `https://www.microcenter.com/product/634291/gigabyte-nvidia-geforce-rtx-3060-vision-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'asus',
model: 'strix',
series: '3060',
url: `https://www.microcenter.com/product/633746/asus-nvidia-geforce-rtx-3060-rog-strix-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3060',
url: `https://www.microcenter.com/product/633837/msi-nvidia-geforce-rtx-3060-gaming-x-trio-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3060',
url: `https://www.microcenter.com/product/634290/gigabyte-nvidia-geforce-rtx-3060-gaming-overclocked-triple-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3060',
url: `https://www.microcenter.com/product/633835/zotac-nvidia-geforce-rtx-3060-twin-edge-overclocked-dual-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'evga',
model: 'gaming',
series: '3060',
url: `https://www.microcenter.com/product/634181/evga-nvidia-geforce-rtx-3060-xc-gaming-dual-fan-12gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`,
},
{
brand: 'amd',
model: '5600x',
Expand Down