-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.json
154 lines (154 loc) · 3.94 KB
/
output.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
{
"id": 1,
"name": "Crowdsource Rescue",
"desc": "Get help when 911 is overwhelmed: citizen first responders, wellness checks, and debris removal.",
"icons": [
{
"text": "18,500+ recuers & volunteers",
"icon": "fas fa-first-aid fa-lg"
},
{
"text": "46,000+ survivors helped",
"icon": "fas fa-ambulance fa-lg"
}
]
},
{
"id": 2,
"name": "Harmany",
"desc": "Emergency and evacuation home sharing; connects people to willing hosts.",
"icons": [
{
"text": "Need a place",
"icon": "fas fa-house-damage fa-lg"
},
{
"text": "Have a place",
"icon": "fas fa-home fa-lg"
}
]
},
{
"id": 3,
"name": "Airbnb",
"desc": "Free, temporary housing to people who have needed to leave their home due to conflict, disasters, or medical care.",
"icons": [
{
"text": "11,000+ temporary homes provided.",
"icon": "fas fa-warehouse fa-lg"
}
]
},
{
"id": 4,
"name": "JAX Ready",
"desc": "City's official emergency management App. Use your phones GPS to detect whether you're in an evacution zone. Get hyper-localized, up-to-the-minute threat levels, weather reports, wildfire updates, news feeds, find shelters, etc. Register medical special needs.",
"icons": [
{
"text": "Ready for love (and emergencies)",
"icon": "fas fa-heart fa-lg"
}
]
},
{
"id": 5,
"name": "CFA Shelter Project",
"desc": "Code For America realtime, crowdsourced shelter locator and capacity tracker. Use your phones GPS to find the closest open shelter, even if you have pets or special needs; avoid going to a shelter only to learn it's full.",
"icons": [
{
"text": "Gimme shelter",
"icon": "fas fa-igloo fa-lg"
}
]
},
{
"id": 6,
"name": "Red Cross Safe & Well",
"desc": "Register with the Red Cross as 'safe and well', search for messages from loved ones, and reconnect with family members.",
"icons": [
{
"text": "Check on a loved one.",
"icon": "fas fa-user-shield fa-lg"
},
{
"text": "Report yourself safe.",
"icon": "fas fa-save fa-lg"
}
]
},
{
"id": 7,
"name": "JEA Power Outages",
"desc": "Report power outages in Jacksonville.",
"icons": [
{
"text": "Power Outage Map.",
"icon": "fas fa-power-off fa-lg"
},
{
"text": "Report Power Outage.",
"icon": "fas fa-battery-empty fa-lg"
}
]
},
{
"id": 8,
"name": "JEA Water Outages",
"desc": "Report water outages in Jacksonville.",
"icons": [
{
"text": "Water Outage Map.",
"icon": "fas fa-tint-slash fa-lg"
},
{
"text": "Report Water Outage.",
"icon": "fas fa-water fa-lg"
}
]
},
{
"id": 9,
"name": "Fire Chat",
"desc": "No cell service? No WiFi? No problem. FireChat was created to allow you to communicate when all other required infrastructure is not functioning.",
"icons": [
{
"text": "Fi-fi-fi-fire!",
"icon": "fas fa-fire fa-lg"
}
]
},
{
"id": 10,
"name": "Leon County Citizens Connect",
"desc": "Leon County mobile tool to request services, provide up-to-date emergency information, and stay connected with the community.",
"icons": [
{
"text": "Stay connected in and around Tallahassee",
"icon": "fas fa-toggle-on fa-lg"
}
]
},
{
"id": 11,
"name": "TallyMusic",
"desc": "Find music events in and around Tallahassee",
"icons": [
{
"text": "Find a concert",
"icon": "fas fa-music fa-lg"
}
]
},
{
"id": 12,
"name": "COCA",
"desc": "Council on Culture and Arts in Tallahassee",
"icons": [
{
"text": "Find something cool",
"icon": "fas fa-palette fa-lg"
}
]
}
]