-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.json
More file actions
69 lines (69 loc) · 1.89 KB
/
events.json
File metadata and controls
69 lines (69 loc) · 1.89 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
{
"events": [
{
"name": "Pete v. Trump",
"time": "2019-07-15T20:00:00Z",
"address_lines": [
"107 S Mary Avenue",
"San Jose, CA 95003"
],
"description": "This will be a great event where we watch Pete arm-wrestle Trump on live TV. Come join us for a great party including yummy snacks.",
"location": {
"lat": 37.245786218032435,
"lng": -121.78339102296239
}
},
{
"name": "Debate Watch Party",
"time": "2019-07-25T18:30:00Z",
"address_lines": [
"107 S Mary Avenue",
"San Jose, CA 95003"
],
"description": "Come watch Pete in the first democratic debate of the primary season.",
"location": {
"lat": 37.384364,
"lng": -121.992982
}
},
{
"name": "San Francisco Pride Pre-picnic in the park",
"time": "2019-08-02T12:00:00Z",
"address_lines": [
"107 S Mary Avenue",
"San Jose, CA 95003"
],
"description": "Join us as we prep for SF Pride with a picnic in the park.",
"location": {
"lat": 37.766693,
"lng": -122.492864
}
},
{
"name": "Pete Taco Truck fundraiser",
"time": "2019-07-15T20:00:00Z",
"address_lines": [
"107 S Mary Avenue",
"San Jose, CA 95003"
],
"description": "Bring your family to this fundraiser for Pete. $15 admission which includes 2 tacos and a drink.",
"location": {
"lat": 37.502199,
"lng": -122.245490
}
},
{
"name": "Chapter Meeting",
"time": "2019-05-15T19:30:00Z",
"address_lines": [
"2108 Tammie Lane",
"San Jose, CA 95130"
],
"description": "This is the third Silicon Valley for Pete Chapter meeting. Please come and get involved!",
"location": {
"lat": 37.282883,
"lng": -121.992983
}
}
]
}