-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathcivic.json
38 lines (38 loc) · 1.22 KB
/
civic.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
{
"name": "District Housing Application Assistant",
"description": "District Housing lets caseworkers help clients apply for Section 8 housing by automatically filling out multiple PDF applications using one online form.",
"license": "MIT",
"status": "Beta",
"type": "Web App",
"homepage": "http://codefordc.github.io/districthousing/",
"repository": "https://github.com/codefordc/districthousing",
"thumbnail": "https://codefordc.github.io/districthousing/img/district-housing-logo-small.png",
"geography": [
"Washington, DC"
],
"contact": {
"name": "Marcus Louie",
"email": "",
"url": "https://twitter.com/@mlouie"
},
"partners": [
{
"url": "http://www.breadforthecity.org/",
"name": "Bread for City",
"email": ""
},
{
"url": "http://codefordc.org",
"name": "Code for DC",
"email": ""
}
],
"data": [],
"tags": [
"Housing"
],
"links": [
"https://hackpad.com/Code-for-DC-District-Housing-KlQ2UbX0Imc"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}