-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfakedata.json
74 lines (74 loc) · 2.11 KB
/
fakedata.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
[
{
"name": "Spice Delight",
"deal": 15,
"address": "123 Curry Lane, New York, NY, 10001, United States",
"area": "New York",
"phone": "+1 1234567890",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "9:00 AM - 10:00 PM",
"image": "https://i.ibb.co/R7mjqrs/plate-03.png"
},
{
"name": "Taste of India",
"deal": 10,
"address": "456 Masala Street, New York, NY, 10002, United States",
"area": "New York",
"phone": "+1 2345678901",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "10:00 AM - 9:00 PM",
"image": "https://i.ibb.co/SVLQTMc/plate-04.png"
},
{
"name": "Curry House",
"deal": 20,
"address": "789 Spices Avenue, New York, NY, 10003, United States",
"area": "New York",
"phone": "+1 3456789012",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "11:00 AM - 10:00 PM",
"image": "https://i.ibb.co/tz94hbD/plate-01.png"
},
{
"name": "Saffron Palace",
"deal": 18,
"address": "1011 Naan Road, New York, NY, 10004, United States",
"area": "New York",
"phone": "+1 4567890123",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "10:30 AM - 9:30 PM",
"image": "https://i.ibb.co/0cqfCt6/plate-02.png"
},
{
"name": "Chutney Corner",
"deal": 12,
"address": "1213 Papadum Street, New York, NY, 10005, United States",
"area": "New York",
"phone": "+1 5678901234",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "9:30 AM - 9:30 PM",
"image": "https://i.ibb.co/SVLQTMc/plate-04.png"
},
{
"name": "Spicy Bites",
"deal": 14,
"address": "1415 Tandoori Lane, New York, NY, 10006, United States",
"area": "New York",
"phone": "+1 6789012345",
"email": "[email protected]",
"status": "open",
"verification": "verified",
"hours": "10:00 AM - 10:00 PM",
"image": "https://i.ibb.co/R7mjqrs/plate-03.png"
}
]