forked from daft-funk/shiftwerk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockDataMaker.json
72 lines (72 loc) · 1.49 KB
/
mockDataMaker.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
[
{
"id": 0,
"name": "Speedy Catering",
"URL_photo": "www.photo.com",
"phone": "453-463-7942",
"email": "[email protected]"
},
{
"id": 1,
"name": "Super Fancy Xpress",
"URL_photo": "www.photo.com",
"phone": "654-345-6536",
"email": "[email protected]"
},
{
"id": 2,
"name": "Nola catering",
"URL_photo": "www.photo.com",
"phone": "953-743-8465",
"email": "[email protected]"
},
{
"id": 3,
"name": "Fine and Dine",
"URL_photo": "www.photo.com",
"phone": "948-324-5829",
"email": "[email protected]"
},
{
"id": 4,
"name": "Fancy Foods",
"URL_photo": "www.photo.com",
"phone": "623-632-7356",
"email": "[email protected]"
},
{
"id": 5,
"name": "Nola Oyster House",
"URL_photo": "www.photo.com",
"phone": "412-523-5123",
"email": "[email protected]"
},
{
"id": 6,
"name": "XYZ",
"URL_photo": "www.photo.com",
"phone": "543-523-9696",
"email": "[email protected]"
},
{
"id": 7,
"name": "Blue Bistro",
"URL_photo": "www.photo.com",
"phone": "153-623-7634",
"email": "[email protected]"
},
{
"id": 8,
"name": "ABC Cafe",
"URL_photo": "www.photo.com",
"phone": "543-470-4582",
"email": "[email protected]"
},
{
"id": 9,
"name": "Healthy Catering",
"URL_photo": "www.photo.com",
"phone": "642-697-4567",
"email": "[email protected]"
}
]