-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
37 lines (37 loc) · 975 Bytes
/
db.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
{
"events": [
{
"id": 5928101,
"category": "animal welfare",
"title": "Cat Adoption Day",
"description": "Find your new feline friend at this event.",
"location": "Meow Town",
"date": "January 28, 2022",
"time": "12:00",
"petsAllowed": true,
"organizer": "Kat Laydee"
},
{
"id": 4582797,
"category": "food",
"title": "Community Gardening",
"description": "Join us as we tend to the community edible plants.",
"location": "Flora City",
"date": "March 14, 2022",
"time": "10:00",
"petsAllowed": true,
"organizer": "Fern Pollin"
},
{
"id": 8419988,
"category": "sustainability",
"title": "Beach Cleanup",
"description": "Help pick up trash along the shore.",
"location": "Playa Del Carmen",
"date": "July 22, 2022",
"time": "11:00",
"petsAllowed": false,
"organizer": "Carey Wales"
}
]
}