-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcode.json
41 lines (41 loc) · 1.15 KB
/
code.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
[
{
"name": "NWISWeb Tableau Data Connector",
"organization": "U.S. Geological Survey",
"description": "Web Data Connector for retrieving NWIS data in Tableau",
"version": "v0.2.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/nwisweb-tableau-data-connector/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/usgs/nwisweb-tableau-data-connector",
"downloadURL": "https://github.com/usgs/nwisweb-tableau-data-connector/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/nwisweb-tableau-data-connector/blob/master/LICENSE.md",
"repositoryUrl": "https://github.com/usgs/nwisweb-tableau-data-connector.git",
"vcs": "git",
"laborHours": null,
"tags": [
"NWIS",
"tableau",
"web data connector"
],
"languages": [
"javascript",
"html",
"scss"
],
"contact": {
"name": "Andrew Yan",
"email": "ayan@usgs.gov"
},
"date": {
"metadataLastUpdated": "2019-07-24"
}
}
]