From 361bcf66291f431456f3900a8b90eed30887babb Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 31 Mar 2021 12:12:21 -0700 Subject: [PATCH 1/4] Added US census data api --- us_census_api | 1 + 1 file changed, 1 insertion(+) create mode 100644 us_census_api diff --git a/us_census_api b/us_census_api new file mode 100644 index 00000000..b8817b2c --- /dev/null +++ b/us_census_api @@ -0,0 +1 @@ +| [U.S. Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | From 2fca236b0c21d3e647a50c53ffe2667bc6f5162d Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 31 Mar 2021 12:26:47 -0700 Subject: [PATCH 2/4] removed txt file added gov. us census data --- README.md | 1 + us_census_api | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 us_census_api diff --git a/README.md b/README.md index 25c2eaba..ed01e258 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Government, USA](https://www.data.gov/) | United States Government Open Data | No | Yes | Unknown | | [Represent by Open North](https://represent.opennorth.ca/) | Find Canadian Government Representatives | No | Yes | Unknown | | [USAspending.gov](https://api.usaspending.gov/) | US federal spending data | No | Yes | Unknown | +| [U.S. Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Health diff --git a/us_census_api b/us_census_api deleted file mode 100644 index b8817b2c..00000000 --- a/us_census_api +++ /dev/null @@ -1 +0,0 @@ -| [U.S. Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | From 69f3ae9cb6902b2be81ee7b1886ae16620f13153 Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 31 Mar 2021 12:30:44 -0700 Subject: [PATCH 3/4] fixed aplphabetical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed01e258..ed4e5d5d 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Government, USA](https://www.data.gov/) | United States Government Open Data | No | Yes | Unknown | | [Represent by Open North](https://represent.opennorth.ca/) | Find Canadian Government Representatives | No | Yes | Unknown | | [USAspending.gov](https://api.usaspending.gov/) | US federal spending data | No | Yes | Unknown | -| [U.S. Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | +| [US Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Health From eb4aa0367555c63d19d0473cedd5b259b0c1282a Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 31 Mar 2021 12:33:41 -0700 Subject: [PATCH 4/4] second attempt to fix error --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4e5d5d..0f2621fb 100644 --- a/README.md +++ b/README.md @@ -528,8 +528,9 @@ API | Description | Auth | HTTPS | CORS | | [Open Government, Thailand](https://data.go.th/) | Thailand Government Open Data | `apiKey` | Yes | Unknown | | [Open Government, USA](https://www.data.gov/) | United States Government Open Data | No | Yes | Unknown | | [Represent by Open North](https://represent.opennorth.ca/) | Find Canadian Government Representatives | No | Yes | Unknown | -| [USAspending.gov](https://api.usaspending.gov/) | US federal spending data | No | Yes | Unknown | | [US Census Bureau](https://www.census.gov/data/developers/data-sets.html) | U.S. Census data sets and Geolocation | No | Yes | Unknown | +| [USAspending.gov](https://api.usaspending.gov/) | US federal spending data | No | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Health