From b080d52d95682a8fa82b1ce37f95137a47af4aa5 Mon Sep 17 00:00:00 2001 From: Julien Sobrier Date: Sat, 13 Mar 2021 15:16:37 -0800 Subject: [PATCH 1/6] Add Blitapp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8949f60..b16f346 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ API | Description | Auth | HTTPS | CORS | | [APIs.guru](https://apis.guru/api-doc/) | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | Unknown | | [BetterMeta](http://bettermeta.io) | Return a site's meta tags in JSON format | `X-Mashape-Key` | Yes | Unknown | | [Bitbucket](https://developer.atlassian.com/bitbucket/api/2/reference/) | Bitbucket API | `OAuth` | Yes | Unknown | +| [Blitapp](https://blitapp.com/api/) | Schedule screenshots of web pages and sync them to your cloud | `apiKey` | Yes | Unknown | | [Bored](https://www.boredapi.com/) | Find random activities to fight boredom | No | Yes | Unknown | | [Browshot](https://browshot.com/api/documentation) | Easily make screenshots of web pages in any screen size, as any device | `apiKey` | Yes | Unknown | | [CDNJS](https://api.cdnjs.com/libraries/jquery) | Library info on CDNJS | No | Yes | Unknown | From 361bcf66291f431456f3900a8b90eed30887babb Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 31 Mar 2021 12:12:21 -0700 Subject: [PATCH 2/6] 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 0000000..b8817b2 --- /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 3/6] 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 25c2eab..ed01e25 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 b8817b2..0000000 --- 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 4/6] fixed aplphabetical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed01e25..ed4e5d5 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 5/6] second attempt to fix error --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4e5d5..0f2621f 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 From 16b840e1ee6ea9ea16b0afc7a3a0aa37bae6f79d Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Fri, 2 Apr 2021 03:29:22 -0300 Subject: [PATCH 6/6] Remove extra blank line The PR #1610 added an extra blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8ab6e86..f324b51 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,6 @@ API | Description | Auth | HTTPS | CORS | | [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 API | Description | Auth | HTTPS | CORS |