-
Notifications
You must be signed in to change notification settings - Fork 0
/
data_happening_now.json
57 lines (57 loc) · 1.17 KB
/
data_happening_now.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
50
51
52
53
54
55
56
57
{
"duration": 5,
"title": "HAPPENING NOW",
"font": "RobotoCondensed-Regular.ttf",
"events": [
{
"name": "Alarming Noises",
"start": "6:30 PM",
"location": "Panel 401"
},
{
"name": "The Cuttlefish Waltz",
"start": "6:15 PM",
"location": "Panel 402"
},
{
"name": "Red Cup, Blue Cup",
"start": "6:30 PM",
"location": "Main Events With Blue Lights"
},
{
"name": "Asking Fish for Directions",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Old Popcorn is Gross",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Event 1 With Such a Long Name That It Goes Over",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Event 2",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Event 3",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Event 4",
"start": "6:30 PM",
"location": "Main Events B"
},
{
"name": "Event 5",
"start": "6:30 PM",
"location": "Main Events B"
}
]
}