-
Notifications
You must be signed in to change notification settings - Fork 493
/
db.json
49 lines (49 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"events": [
{
"id": 5928101,
"user": {
"id": "abc123",
"name": "Adam"
},
"category": "animal welfare",
"organizer": "Adam",
"title": "Cat Cabaret",
"description": "Yay felines!",
"location": "Meow Town",
"date": "2019-01-03T21:54:00.000Z",
"time": "2:00",
"attendees": []
},
{
"id": 8419988,
"user": {
"id": "abc123",
"name": "Adam"
},
"category": "animal welfare",
"organizer": "Adam",
"title": "Kitty Cluster",
"description": "Yay cats!",
"location": "Catlandia",
"date": "2019-01-31T22:09:00.000Z",
"time": "7:00",
"attendees": []
},
{
"id": 4582797,
"user": {
"id": "abc123",
"name": "Adam"
},
"category": "animal welfare",
"organizer": "Adam",
"title": "Puppy Parade",
"description": "Yay pups!",
"location": "Puptown ",
"date": "2019-02-02T23:27:00.000Z",
"time": "1:00",
"attendees": []
}
]
}