-
Notifications
You must be signed in to change notification settings - Fork 10
/
products.json
74 lines (74 loc) · 2.22 KB
/
products.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"products": [
{
"name": "Cassels Milk Stou",
"description": "Cassels & Sons Brewing. Cerveza porter y stout.",
"price": 75000,
"img": "cassels.png",
"filterId": 1
},
{
"name": "Camba Pale Ale",
"description": "La Souche Franc-Bois d’hiver. Cerveza pale.",
"price": 85300,
"img": "camba.png",
"filterId": 2
},
{
"name": "Votus Nº 001",
"description": "India Pale Ale del año 2019. Nº 001 Red IPA.",
"price": 75000,
"img": "votus.png",
"filterId": 3
},
{
"name": "Prairie Artisian",
"description": "Ales Prairie Noir Whiskey Barrel Aged Imperial Stout 12oz.",
"price": 85300,
"img": "prairie-artisian.png",
"filterId": 1
},
{
"name": "Lost Abbey",
"description": "The Lost Abbey Citrus Sin American Wild Ale 750ml.",
"price": 75000,
"img": "lost-abbey.png",
"filterId": 2
},
{
"name": "Prairie",
"description": "Prairie Artisa Ales Paradise Imperial Stout 12oz.",
"price": 85300,
"img": "prairie.png",
"filterId": 3
},
{
"name": "Redrice",
"description": "Hitachino Nest Beer Red Rice Ale 330ml.",
"price": 85300,
"img": "redrice.png",
"filterId": 1
},
{
"name": "Cascade",
"description": "Cascade Brewing 2017 Brunch Line BA NORTHWEST Sour Ale.",
"price": 175000,
"img": "cascade.png",
"filterId": 2
},
{
"name": "Topa Topa",
"description": "Topa Topa BREWING CO. 5th Year Anniversary clear Ipa 16oz.",
"price": 85300,
"img": "topa.png",
"filterId": 3
},
{
"name": "Mira Brune Nº 6",
"description": "Brown Ale, Brown Mira American Style.",
"price": 375000,
"img": "mira.png",
"filterId": 1
}
]
}