From eed7b14e1f6620803aae0b69dcd714edad8f867a Mon Sep 17 00:00:00 2001 From: Zebadiah Steeby Date: Mon, 6 Mar 2017 23:21:24 -0600 Subject: [PATCH 1/2] Add Geocode.xyz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4f7afad..3dba1725 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx) | +| Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | `apiKey` | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | From 6fa0c94dc5a9babdc8d20705051f26907fb15c6a Mon Sep 17 00:00:00 2001 From: Zebadiah Steeby Date: Fri, 10 Mar 2017 20:27:46 -0600 Subject: [PATCH 2/2] Changed authorization to No apiKey is only required for unthrottled access --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b849d5..41fc5969 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx) | -| Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | `apiKey` | Yes | [Go!](https://geocode.xyz/) | +| Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) |