-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproducts.json
177 lines (177 loc) · 3.58 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
[
{
"id": 1,
"name": "iPhone 7 128GB",
"brand": "Apple",
"category": "Phones & Tablets",
"subscriptionPrice": 44.99
},
{
"id": 2,
"name": "iPhone 7 32GB",
"brand": "Apple",
"category": "Phones & Tablets",
"subscriptionPrice": 39.99
},
{
"id": 3,
"name": "iPhone 7 Plus 128GB",
"brand": "Apple",
"category": "Phones & Tablets",
"subscriptionPrice": 49.99
},
{
"id": 4,
"name": "Galaxy S8 64GB",
"brand": "Samsung",
"category": "Phones & Tablets",
"subscriptionPrice": 44.99
},
{
"id": 5,
"name": "Galaxy S8+ 64GB",
"brand": "Samsung",
"category": "Phones & Tablets",
"subscriptionPrice": 49.99
},
{
"id": 6,
"name": "Drone BEBOP",
"brand": "Parrot",
"category": "Drones",
"subscriptionPrice": 49.99
},
{
"id": 7,
"name": "Drone BEBOP 2",
"brand": "Parrot",
"category": "Drones",
"subscriptionPrice": 59.99
},
{
"id": 8,
"name": "Vive",
"brand": "HTC",
"category": "Gaming & VR",
"subscriptionPrice": 59.99
},
{
"id": 9,
"name": "Virtual Reality Glasses Rift VR",
"brand": "Oculus",
"category": "Gaming & VR",
"subscriptionPrice": 59.99
},
{
"id": 10,
"name": "MacBook 12\" M-5Y31, 8GB RAM, 516GB",
"brand": "Apple",
"category": "Computing",
"subscriptionPrice": 59.99
},
{
"id": 11,
"name": "MacBook Air 11\" i7 2.2, 8GB RAM, 512GB",
"brand": "Apple",
"category": "Computing",
"subscriptionPrice": 64.99
},
{
"id": 12,
"name": "MacBook Air 13\" i5-5250U, 4GB RAM, 128GB",
"brand": "Apple",
"category": "Computing",
"subscriptionPrice": 69.99
},
{
"id": 13,
"name": "MacBook Pro 13\" i5-3210M, 4GB RAM, 500GB",
"brand": "Apple",
"category": "Computing",
"subscriptionPrice": 74.99
},
{
"id": 14,
"name": "Convertible Laptop Surface Book 512GB SSD Intel Core i7 16GB RAM dGPU",
"brand": "Microsoft",
"category": "Computing",
"subscriptionPrice": 59.99
},
{
"id": 15,
"name": "Convertible Laptop YOGA 300-11IBR 80M1004KGE",
"brand": "Lenovo",
"category": "Computing",
"subscriptionPrice": 59.99
},
{
"id": 16,
"name": "Watch 38mm",
"brand": "Apple",
"category": "Wearables",
"subscriptionPrice": 39.99
},
{
"id": 17,
"name": "Watch 42mm",
"brand": "Apple",
"category": "Wearables",
"subscriptionPrice": 44.99
},
{
"id": 18,
"name": "Watch Ambit 3",
"brand": "Suunto",
"category": "Wearables",
"subscriptionPrice": 39.99
},
{
"id": 19,
"name": "Watch V800",
"brand": "Polar",
"category": "Wearables",
"subscriptionPrice": 39.99
},
{
"id": 20,
"name": "Watch WI503Q-1LDBR0001",
"brand": "Asus",
"category": "Wearables",
"subscriptionPrice": 44.99
},
{
"id": 21,
"name": "Alexa Dot",
"brand": "Amazon",
"category": "Smart Home",
"subscriptionPrice": 44.99
},
{
"id": 22,
"name": "Alexa Echo",
"brand": "Amazon",
"category": "Smart Home",
"subscriptionPrice": 49.99
},
{
"id": 23,
"name": "Qbo Milk Master",
"brand": "Tchibo",
"category": "Smart Home",
"subscriptionPrice": 29.99
},
{
"id": 24,
"name": "Robotic Vacuum Cleaner POWERbot VR20J9020UR/EG",
"brand": "Samsung",
"category": "Smart Home",
"subscriptionPrice": 39.99
},
{
"id": 25,
"name": "Robotic Vacuum Cleaner POWERbot VR20J9259U/EG",
"brand": "Samsung",
"category": "Smart Home",
"subscriptionPrice": 39.99
}
]