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

feat: add proshop-dk #524

Merged
merged 1 commit into from
Oct 15, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| Overclockers | `overclockers`|
| PNY | `pny`|
| Proshop (DE) | `proshop-de`|
| Proshop (DK) | `proshop-dk`|
| Scan | `scan`|
| Very | `very`|
| Zotac | `zotac`|
Expand Down
2 changes: 2 additions & 0 deletions src/store/model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {OfficeDepot} from './officedepot';
import {Overclockers} from './overclockers';
import {Pny} from './pny';
import {ProshopDE} from './proshop-de';
import {ProshopDK} from './proshop-dk';
import {Scan} from './scan';
import {Store} from './store';
import {Very} from './very';
Expand Down Expand Up @@ -73,6 +74,7 @@ const masterList = new Map([
[OfficeDepot.name, OfficeDepot],
[Overclockers.name, Overclockers],
[ProshopDE.name, ProshopDE],
[ProshopDK.name, ProshopDK],
[Pny.name, Pny],
[Scan.name, Scan],
[Very.name, Very],
Expand Down
150 changes: 150 additions & 0 deletions src/store/model/proshop-dk.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
import {Store} from './store';

export const ProshopDK: Store = {
labels: {
inStock: {
container: '.site-stock',
text: ['1-2 dages levering', 'fjernlager']
},
outOfStock: {
container: '.site-stock',
text: ['bestilt']
}
},
links: [
{
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-2060-TUF-OC-6GB-GDDR6-RAM-Grafikkort/2694767'
},
{
brand: 'asus',
model: 'tuf gaming',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3080-TUF-10GB-GDDR6X-RAM-Grafikkort/2876763'
},
{
brand: 'asus',
model: 'tuf gaming oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3080-TUF-OC-10GB-GDDR6X-RAM-Grafikkort/2876861'
},
{
brand: 'asus',
model: 'strix gaming',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3080-ROG-STRIX-10GB-GDDR6X-RAM-Grafikkort/2876857'
},
{
brand: 'asus',
model: 'strix gaming oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3080-ROG-STRIX-OC-10GB-GDDR6X-RAM-Grafikkort/2876859'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/MSI-GeForce-RTX-3080-GAMING-X-TRIO-10GB-GDDR6X-RAM-Grafikkort/2876877'
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/MSI-GeForce-RTX-3080-Ventus-3X-10GB-GDDR6X-RAM-Grafikkort/2876878'
},
{
brand: 'msi',
model: 'ventus 3x oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/MSI-GeForce-RTX-3080-Ventus-3X-OC-10GB-GDDR6X-RAM-Grafikkort/2876879'
},
{
brand: 'inno3d',
model: 'ichill 4x',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/Inno3D-GeForce-RTX-3080-iCHILL-X4-10GB-GDDR6X-SDRAM-Grafikkort/2878971'
},
{
brand: 'inno3d',
model: 'ichill 3x',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/Inno3D-GeForce-RTX-3080-iCHILL-X3-10GB-GDDR6X-SDRAM-Grafikkort/2878969'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3080-GAMING-OC-10GB-GDDR6X-RAM-Grafikkort/2876838'
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3080-Eagle-OC-10GB-GDDR6X-RAM-Grafikkort/2876837'
},
{
brand: 'inno3d',
model: 'twin 2x oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/Inno3D-GeForce-RTX-3080-Twin-X2-OC-10GB-GDDR6X-SDRAM-Grafikkort/2878968'
},
{
brand: 'gigabyte',
model: 'vision oc',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3080-Vision-OC-10GB-GDDR6X-RAM-Grafikkort/2878401'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3080',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3080-AORUS-Master-10GB-GDDR6X-RAM-Grafikkort/2876835'
},
{
brand: 'asus',
model: 'tuf gaming',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3090-TUF-24GB-GDDR6X-RAM-Grafikkort/2876764'
},
{
brand: 'asus',
model: 'tuf gaming oc',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3090-TUF-OC-24GB-GDDR6X-RAM-Grafikkort/2876869'
},
{
brand: 'asus',
model: 'strix gaming',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3090-ROG-STRIX-24GB-GDDR6X-RAM-Grafikkort/2876865'
},
{
brand: 'asus',
model: 'strix gaming oc',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/ASUS-GeForce-RTX-3090-ROG-STRIX-OC-24GB-GDDR6X-RAM-Grafikkort/2876867'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/MSI-GeForce-RTX-3090-GAMING-X-TRIO-24GB-GDDR6X-RAM-Grafikkort/2876881'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3090-AORUS-Master-24GB-GDDR6X-RAM-Grafikkort/2876840'
},
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3090',
url: 'https://www.proshop.dk/Grafikkort/GIGABYTE-GeForce-RTX-3090-AORUS-Xtreme-24GB-GDDR6X-RAM-Grafikkort/2876839'
}
],
name: 'proshop-dk'
};