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
+60 -4
View File
@@ -11,31 +11,87 @@ export const NewEgg: Store = {
},
{
brand: 'evga',
model: 'black gaming',
model: 'xc3 black',
url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3881-kr/p/N82E16814487522',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'evga',
model: 'argb led icx3',
model: 'xc3',
url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3883-kr/p/N82E16814487521',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'evga',
model: 'xc3 ultra gaming',
model: 'xc3 ultra',
url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3885-kr/p/N82E16814487520',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'msi',
model: 'ventus',
model: 'ventus 3x',
url: 'https://www.newegg.com/msi-geforce-rtx-3080-rtx-3080-ventus-3x-10g/p/N82E16814137600',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'msi',
model: 'ventus 3x oc',
url: 'https://www.newegg.com/msi-geforce-rtx-3080-rtx-3080-ventus-3x-10g-oc/p/N82E16814137598',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'msi',
model: 'gaming x trio',
url: 'https://www.newegg.com/msi-geforce-rtx-3080-rtx-3080-gaming-x-trio-10g/p/N82E16814137597',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'gigabyte',
model: 'gaming oc',
url: 'https://www.newegg.com/gigabyte-geforce-rtx-3080-gv-n3080gaming-oc-10gd/p/N82E16814932329',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'gigabyte',
model: 'eagle oc',
url: 'https://www.newegg.com/gigabyte-geforce-rtx-3080-gv-n3080eagle-oc-10gd/p/N82E16814932330',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'zotac',
model: 'trinity',
url: 'https://www.newegg.com/zotac-geforce-rtx-3080-zt-a30800d-10p/p/N82E16814500502',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'asus',
model: 'rog strix',
url: 'https://www.newegg.com/asus-geforce-rtx-3080-rog-strix-rtx3080-o10g-gaming/p/N82E16814126457',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'asus',
model: 'tuf oc',
url: 'https://www.newegg.com/asus-geforce-rtx-3080-tuf-rtx3080-o10g-gaming/p/N82E16814126452',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
},
{
brand: 'zotac',
model: 'trinity oc',
url: 'https://www.newegg.com/zotac-geforce-rtx-3080-zt-t30800j-10p/p/N82E16814500504',
oosLabels: ['auto notify', 'out of stock'],
captchaLabels: ['are you a human?']
}
],
name: 'newegg'