-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcivic.json
35 lines (35 loc) · 1011 Bytes
/
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
{
"name": "CSV Geocoder",
"description": "Web app interface for geocoding addresses in CSV files.",
"license": "GPL-2.0",
"status": "Production",
"type": "Web App",
"homepage": "https://emanuelfeld.github.io/geocoder",
"repository": "https://github.com/emanuelfeld/geocoder",
"thumbnail": "https://raw.githubusercontent.com/emanuelfeld/geocoder/gh-pages/assets/geocoder_box.png",
"geography": [
"Global"
],
"contact": {
"name": "CSV Geocoder",
"email": "",
"url": "https://twitter.com/@evonfriedland"
},
"partners": [
{
"url": "http://codefordc.org",
"name": "Code for DC",
"email": ""
}
],
"data": [],
"tags": [
"Geocoding",
"Geospatial",
"Maps"
],
"links": [
"https://emanuelfeld.github.io/geocoder"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}