-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData.json
More file actions
104 lines (104 loc) · 4.19 KB
/
Data.json
File metadata and controls
104 lines (104 loc) · 4.19 KB
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
[
{
"_id": { "$oid": "6148ccf97751719d31eb10cd" },
"clubName": "Farrell and Sons",
"email": "Oleta28@gmail.com",
"phoneNumber": { "$numberDouble": "7117792179.0" },
"ageGroup": "young adult",
"level": "all levels",
"price": { "$numberInt": "28" },
"address": { "firstLine": "2 Booth St E", "postcode": "M13 9SS" },
"location": {
"type": "Point",
"coordinates": [
{ "$numberDouble": "53.46952915" },
{ "$numberDouble": "-2.2354674415226925" }
],
"formattedAddress": "Manchester Aquatics Centre, 2, Booth Street East, Chorlton-on-Medlock, Manchester, Greater Manchester, North West England, England, M13 9SS, United Kingdom"
},
"website": "http://enrico.biz",
"clubType": "other",
"description": "Aut excepturi vitae non. Non assumenda ratione sed. Quia itaque incidunt iste. Saepe praesentium temporibus dignissimos ad error quis. Molestias possimus voluptas.",
"hours": {
"monday": { "open": null, "close": null },
"tuesday": { "open": null, "close": null },
"wednesday": { "open": null, "close": null },
"thursday": { "open": null, "close": null },
"friday": {
"open": { "$numberInt": "20" },
"close": { "$numberInt": "24" }
},
"saturday": { "open": null, "close": null },
"sunday": { "open": null, "close": null }
},
"__v": { "$numberInt": "0" }
},
{
"_id": { "$oid": "6148ccfb7751719d31eb10db" },
"clubName": "Collier and Sons",
"email": "Kiarra.DAmore@hotmail.com",
"phoneNumber": { "$numberDouble": "7056921139.0" },
"ageGroup": "adult",
"level": "all levels",
"price": { "$numberInt": "17" },
"address": { "firstLine": "Liverpool St", "postcode": "M5 4HU" },
"location": {
"type": "Point",
"coordinates": [
{ "$numberDouble": "53.4814165" },
{ "$numberDouble": "-2.277516" }
],
"formattedAddress": "Liverpool Street, Pendleton, Salford, Greater Manchester, North West England, England, M5 4BD, United Kingdom"
},
"website": "http://timmothy.co.uk",
"clubType": "music",
"description": "Dolorum deleniti atque rerum consectetur a aliquam. Iure et voluptatibus totam quia aut cupiditate et vitae est. Et mollitia dignissimos aliquam. Officia sunt aliquid dolores modi consequatur sit iste nostrum rerum. Quia eaque rerum autem.",
"hours": {
"monday": { "open": null, "close": null },
"tuesday": { "open": null, "close": null },
"wednesday": { "open": null, "close": null },
"thursday": { "open": null, "close": null },
"friday": { "open": null, "close": null },
"saturday": { "open": null, "close": null },
"sunday": {
"open": { "$numberInt": "19" },
"close": { "$numberInt": "21" }
}
},
"__v": { "$numberInt": "0" }
},
{
"_id": { "$oid": "6148ccfd7751719d31eb10e9" },
"clubName": "Homenick - Mills",
"email": "Samara11@gmail.com",
"phoneNumber": { "$numberDouble": "7143138659.0" },
"ageGroup": "toddler",
"level": "intermediate",
"price": { "$numberInt": "30" },
"address": { "firstLine": "Craven Dr", "postcode": "M5 3DJ" },
"location": {
"type": "Point",
"coordinates": [
{ "$numberDouble": "53.4700684" },
{ "$numberDouble": "-2.280701" }
],
"formattedAddress": "Craven Drive, Ordsall, Salford Quays, Salford, Greater Manchester, North West England, England, M5 3FP, United Kingdom"
},
"website": "https://colt.name",
"clubType": "sport",
"description": "Et aperiam excepturi accusamus doloribus. Cum et distinctio quaerat ipsam autem qui velit sapiente. Quasi repudiandae debitis harum est. Enim ex repellat sed eaque. Voluptatum nemo aut ut itaque. In voluptas aut.",
"hours": {
"monday": { "open": null, "close": null },
"tuesday": { "open": null, "close": null },
"wednesday": { "open": null, "close": null },
"thursday": {
"open": { "$numberInt": "11" },
"close": { "$numberInt": "14" }
},
"friday": { "open": null, "close": null },
"saturday": { "open": null, "close": null },
"sunday": { "open": null, "close": null }
},
"__v": { "$numberInt": "0" }
}
]