forked from koldovsky/lv345devops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
51 lines (51 loc) · 1.31 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
[
{
"id": "1",
"title": "Large drone",
"image": "drone-large.jpg",
"description": "Large drone for most critical missions. Can carry load.",
"price": 499.99
},
{
"id": "2",
"title": "Small drone",
"image": "drone-small.jpg",
"description": "Small drone. Can fly undetected.",
"price": 199.99
},
{
"id": "3",
"title": "Blue drone",
"image": "drone-blue.jpg",
"description": "Nice-looking drone in blue color. Has built-in HD camera",
"price": 249.99
},
{
"id": "4",
"title": "Red drone",
"image": "drone-red.jpg",
"description": "Nice-looking drone in red color",
"price": 229.99
},
{
"id": "5",
"title": "Black gyroboard",
"image": "gyroboard-black.jpg",
"description": "Black gyroboard to match your style",
"price": 729.99
},
{
"id": "6",
"title": "White gyroboard",
"image": "gyroboard-white.jpg",
"description": "White gyroboard with blue lights",
"price": 829.99
},
{
"id": "7",
"title": "Tesla Model X",
"image": "tesla-x.jpg",
"description": "Best crossover in the World",
"price": 99999.99
}
]