From 7d7bd18b4dd656ec01ef2fb2d8519e2a7f34ef70 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 18 Sep 2020 18:45:12 -0400 Subject: [PATCH] feat: more Best Buy AIBs (#41) Co-authored-by: Jef LeCompte --- src/store/bestbuy.ts | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/src/store/bestbuy.ts b/src/store/bestbuy.ts index 7a5356b..7284a02 100644 --- a/src/store/bestbuy.ts +++ b/src/store/bestbuy.ts @@ -4,16 +4,47 @@ export const BestBuy: Store = { cartUrl: '', links: [ { - brand: 'nvidia', - model: 'founder edition', - url: 'https://www.bestbuy.com/site/nvidia-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card-titanium-and-black/6429440.p?skuId=6429440', - oosLabels: ['sold out'] + brand: 'asus', + model: 'rog strix', + url: 'https://www.bestbuy.com/site/asus-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-strix-graphics-card-black/6432445.p?skuId=6432445', + oosLabels: ['sold out', 'coming soon'] + }, + { + brand: 'evga', + model: 'xc3 black', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6432399.p?skuId=6432399', + oosLabels: ['sold out', 'coming soon'] + }, + { + brand: 'evga', + model: 'xc3 ultra', + url: 'https://www.bestbuy.com/site/asus-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-strix-graphics-card-black/6432445.p?skuId=6432445', + oosLabels: ['sold out', 'coming soon'] }, { brand: 'gigabyte', model: 'black', url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-black/6430620.p?acampID=0&cmp=RMX&loc=Hatch&ref=198&skuId=6430620', - oosLabels: ['sold out'] + oosLabels: ['sold out', 'coming soon'] + }, + { + brand: 'gigabyte', + model: 'eagle', + url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-black/6430621.p?skuId=6430621', + oosLabels: ['sold out', 'coming soon'] + }, + + { + brand: 'msi', + model: 'ventus 3x', + url: 'https://www.bestbuy.com/site/msi-geforce-rtx-3080-ventus-3x-10g-oc-bv-gddr6x-pci-express-4-0-graphic-card-black-silver/6430175.p?skuId=6430175', + oosLabels: ['sold out', 'coming soon'] + }, + { + brand: 'nvidia', + model: 'founder edition', + url: 'https://www.bestbuy.com/site/nvidia-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card-titanium-and-black/6429440.p?skuId=6429440', + oosLabels: ['sold out', 'coming soon'] } ], name: 'bestbuy'