Skip to content
Snippets Groups Projects
Commit bb05a54f authored by Alex Reisner's avatar Alex Reisner Committed by GitHub
Browse files

Merge pull request #1237 from fordfischer/services-readme-update

Services readme update
parents 96dfebd6 76bd9713
No related branches found
No related tags found
No related merge requests found
...@@ -539,18 +539,6 @@ The [Google Places Search API](https://developers.google.com/places/web-service/ ...@@ -539,18 +539,6 @@ The [Google Places Search API](https://developers.google.com/places/web-service/
* **Terms of Service**: http://geocoder.ca/?terms=1 * **Terms of Service**: http://geocoder.ca/?terms=1
* **Limitations**: "Under no circumstances can our data be re-distributed or re-sold by anyone to other parties without our written permission." * **Limitations**: "Under no circumstances can our data be re-distributed or re-sold by anyone to other parties without our written permission."
#### Geocoder.us (`:geocoder_us`)
* **API key**: HTTP Basic Auth
* **Sign up**: http://geocoder.us/user/signup
* **Quota**: You can purchase 20,000 credits at a time for $50
* **Region**: US
* **SSL support**: no
* **Languages**: English
* **Documentation**: http://geocoder.us/help/
* **Terms of Service**: http://geocoder.us/terms.shtml
* **Limitations**: ?
#### Mapbox (`:mapbox`) #### Mapbox (`:mapbox`)
* **API key**: required * **API key**: required
...@@ -643,7 +631,7 @@ The [Google Places Search API](https://developers.google.com/places/web-service/ ...@@ -643,7 +631,7 @@ The [Google Places Search API](https://developers.google.com/places/web-service/
Data Science Toolkit provides an API whose response format is like Google's but which can be set up as a privately hosted service. Data Science Toolkit provides an API whose response format is like Google's but which can be set up as a privately hosted service.
* **API key**: none * **API key**: none
* **Quota**: None quota if you are self-hosting the service. * **Quota**: No quota if you are self-hosting the service.
* **Region**: world * **Region**: world
* **SSL support**: ? * **SSL support**: ?
* **Languages**: en * **Languages**: en
...@@ -667,7 +655,7 @@ Data Science Toolkit provides an API whose response format is like Google's but ...@@ -667,7 +655,7 @@ Data Science Toolkit provides an API whose response format is like Google's but
#### Geocodio (`:geocodio`) #### Geocodio (`:geocodio`)
* **API key**: required * **API key**: required
* **Quota**: 2,500 free requests/day then purchase $.001 for each, also has volume pricing and plans * **Quota**: 2,500 free requests/day then purchase $0.0005 for each, also has volume pricing and plans.
* **Region**: US * **Region**: US
* **SSL support**: yes * **SSL support**: yes
* **Languages**: en * **Languages**: en
...@@ -678,7 +666,7 @@ Data Science Toolkit provides an API whose response format is like Google's but ...@@ -678,7 +666,7 @@ Data Science Toolkit provides an API whose response format is like Google's but
#### SmartyStreets (`:smarty_streets`) #### SmartyStreets (`:smarty_streets`)
* **API key**: requires auth_id and auth_token (set `Geocoder.configure(:api_key => [id, token])`) * **API key**: requires auth_id and auth_token (set `Geocoder.configure(:api_key => [id, token])`)
* **Quota**: 10,000 free, 250/month then purchase at sliding scale. * **Quota**: 250/month then purchase at sliding scale.
* **Region**: US * **Region**: US
* **SSL support**: yes (required) * **SSL support**: yes (required)
* **Languages**: en * **Languages**: en
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment