chore(store): normalize model names (#96)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Wulfre
2020-09-20 08:36:19 -04:00
committed by GitHub
parent b7d9462e79
commit df5ba68e94
7 changed files with 128 additions and 43 deletions
+4 -4
View File
@@ -26,28 +26,28 @@ export const BestBuy: Store = {
{
cartUrl: 'https://api.bestbuy.com/click/-/6430620/cart',
brand: 'gigabyte',
model: 'black',
model: 'gaming oc',
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', 'coming soon']
},
{
cartUrl: 'https://api.bestbuy.com/click/-/6430621/cart',
brand: 'gigabyte',
model: 'eagle',
model: 'eagle oc',
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']
},
{
cartUrl: 'https://api.bestbuy.com/click/-/6430175/cart',
brand: 'msi',
model: 'ventus 3x',
model: 'ventus 3x oc',
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']
},
{
cartUrl: 'https://api.bestbuy.com/click/-/6429440/cart',
brand: 'nvidia',
model: 'founder edition',
model: 'founders 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']
}