-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestData.json
More file actions
132 lines (132 loc) · 4.46 KB
/
testData.json
File metadata and controls
132 lines (132 loc) · 4.46 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
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
[
{
"_id": "683f38cbecb0f8e7404c76a3",
"mode": "other",
"name": "Something",
"description": "Place",
"location": "Something",
"date": "Something",
"price": 0,
"distance": 0,
"url": "Something",
"normalizedName": "mastodon",
"eventKey": "mastodonSun Jul 06 2025"
},
{
"_id": "683f38cbecb0f8e7404c76a4",
"mode": "music",
"name": "Wireless Festival 2025",
"description": "Annual music festival featuring top artists like PARTYNEXTDOOR, Summer Walker, and Burna Boy.",
"location": "Finsbury Park, London, UK",
"date": "2025-07-11T12:00:00.000Z",
"price": 75,
"distance": 0,
"url": "https://www.songkick.com/concerts/43161-finsbury-park",
"normalizedName": "wireless",
"eventKey": "wirelessFri Jul 11 2025"
},
{
"_id": "683f38cbecb0f8e7404c76a6",
"mode": "charity",
"name": "North London Hospice X Finsbury Park Running Series 2025",
"description": "Participate in a 5k, 10k, or Half Marathon to support North London Hospice.",
"location": "Finsbury Park, London, UK",
"date": "2025-06-15T08:00:00.000Z",
"price": 10,
"distance": 0,
"url": "https://northlondonhospice.org/events/north-london-hospice-x-finsbury-park-running-series-2025/",
"normalizedName": "series",
"eventKey": "seriesSun Jun 15 2025"
},
{
"_id": "683f38cbecb0f8e7404c76a8",
"mode": "charity",
"name": "Summer Race The Neighbours 2025",
"description": "A 10K run through East Finchley and Muswell Hill to support local charities.",
"location": "East Finchley, London, UK",
"date": "2025-06-29T09:00:00.000Z",
"price": 25,
"distance": 3,
"url": "https://northlondonhospice.org/support-us/our-fundraising-events/",
"normalizedName": "neighbours",
"eventKey": "neighboursSun Jun 29 2025"
},
{
"_id": "683f38cbecb0f8e7404c76a9",
"mode": "charity",
"name": "Highwood Ash Open Garden Day - 2025",
"description": "Explore a beautiful 3¼ acre garden and support North London Hospice.",
"location": "Highwood Ash, London, UK",
"date": "2025-05-10T10:00:00.000Z",
"price": 5,
"distance": 7,
"url": "https://northlondonhospice.org/support-us/our-fundraising-events/",
"normalizedName": "day",
"eventKey": "daySat May 10 2025"
},
{
"_id": "683f38cbecb0f8e7404c76aa",
"mode": "charity",
"name": "Cheese & Wine at Highwood Ash",
"description": "Enjoy an evening of cheese and wine to raise funds for North London Hospice.",
"location": "Highwood Ash, London, UK",
"date": "2025-05-10T18:00:00.000Z",
"price": 20,
"distance": 7,
"url": "https://northlondonhospice.org/support-us/our-fundraising-events/",
"normalizedName": "wine",
"eventKey": "wineSat May 10 2025"
},
{
"_id": "683f38cbecb0f8e7404c76ab",
"mode": "sports",
"name": "Finsbury Park 5K",
"description": "A 5K run around the scenic paths of Finsbury Park.",
"location": "Finsbury Park, London, UK",
"date": "2025-06-16T08:00:00.000Z",
"price": 25,
"distance": 0,
"url": "https://www.crosslightadvice.org/events/",
"normalizedName": "park",
"eventKey": "parkMon Jun 16 2025"
},
{
"_id": "683f38cbecb0f8e7404c76ac",
"mode": "sports",
"name": "Finsbury Park 10K",
"description": "Challenge yourself with a 10K run in Finsbury Park.",
"location": "Finsbury Park, London, UK",
"date": "2025-06-16T08:00:00.000Z",
"price": 25,
"distance": 0,
"url": "https://www.crosslightadvice.org/events/",
"normalizedName": "10k",
"eventKey": "10kMon Jun 16 2025"
},
{
"_id": "683f38cbecb0f8e7404c76ad",
"mode": "sports",
"name": "Finsbury Park Half Marathon",
"description": "Take on a half marathon through the beautiful Finsbury Park.",
"location": "Finsbury Park, London, UK",
"date": "2025-06-16T08:00:00.000Z",
"price": 28,
"distance": 0,
"url": "https://www.crosslightadvice.org/events/",
"normalizedName": "marathon",
"eventKey": "marathonMon Jun 16 2025"
},
{
"_id": "683f38cbecb0f8e7404c76ae",
"mode": "other",
"name": "South by Southwest London",
"description": "A music, film, and tech festival hosted in Shoreditch and Hoxton.",
"location": "Shoreditch and Hoxton, London, UK",
"date": "2025-06-02T10:00:00.000Z",
"price": 100,
"distance": 5,
"url": "https://en.wikipedia.org/wiki/South_by_Southwest_London",
"normalizedName": "southwest",
"eventKey": "southwestMon Jun 02 2025"
}
]