-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
67 lines (67 loc) · 2.46 KB
/
db.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
{
"products": [
{
"id": 1,
"name": "Blueberry Heaven",
"price": "2",
"type": "Be Well",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-wellness-blueberry-heaven.png"
},
{
"id": 2,
"name": "Daily Warrior",
"price": "3",
"type": "Be Well",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-wellness-daily-warrior.png"
},
{
"id": 3,
"name": "Coffee D-Lite Mocha",
"price": "4",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-take-a-break-coffe-d-lite-mocha.png"
},
{
"id": 4,
"name": "The Hulk Vanilla",
"price": "10",
"type": "Get Fit",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-fitness-hulk-vanilla.png"
},
{
"id": 5,
"name": "Coffee D-Lite Vanilla",
"price": "2",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-take-a-break-coffee-d-lite-vanilla.png"
},
{
"id": 6,
"name": "Coffee High Protein Almond Mocha",
"price": "4",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-fitness-coffee-high-protein-almond-mocha.png"
},
{
"id": 7,
"name": "Coffee High Protein Vanilla",
"price": "4",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-fitness-coffee-high-protein-vanilla.png"
},
{
"id": 8,
"name": "Espresso D-Lite™ Mocha",
"price": "4",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-take-a-break-coffe-d-lite-mocha.png"
},
{
"id": 9,
"name": "Espresso D-Lite™ Vanilla",
"price": "4",
"type": "Feel Energized",
"image": "https://skprod.objects.frb.io/images/smoothies/cups/_productSmall/sk-take-a-break-coffee-d-lite-vanilla.png"
}
]
}