From 27d6ef6c13281209f10cc9529828c7c68b4ec718 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Sat, 11 Jan 2014 19:27:10 -0500 Subject: [PATCH] Add CloudMade to README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9a5dcdb5..763f3c51 100644 --- a/README.md +++ b/README.md @@ -486,6 +486,17 @@ Data Science Toolkit provides an API whose reponse format is like Google's but w * **Limitations**: Only good for non-commercial use. For commercial usage please check http://developer.baidu.com/map/question.htm#qa0013 * **Notes**: To use Baidu set `Geocoder.configure(:lookup => :baidu, :api_key => "your_api_key")`. +#### CloudMade (`:cloudmade`) + +* **API key**: required +* **Quota**: 100,000 free requests, then purchase 100,000 more for $15 +* **Region**: world +* **SSL support**: yes ($5 per 100,000 requests) +* **Languages**: en +* **Documentation**: http://cloudmade.com/documentation/geocoding +* **Terms of Service**: http://cloudmade.com/api-terms-of-service +* **Limitations**: ? + ### IP Address Services #### FreeGeoIP (`:freegeoip`) -- GitLab