From e459d92d7f7bc28ba84b1372ddfac5b0cea0d6d5 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Thu, 12 Jun 2014 10:50:57 -0400 Subject: [PATCH] Add note about local FreeGeoIP config. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 331f8be1..14dc8e43 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ Data Science Toolkit provides an API whose reponse format is like Google's but w * **Documentation**: http://github.com/fiorix/freegeoip/blob/master/README.md * **Terms of Service**: ? * **Limitations**: ? +* **Notes**: If you are running your own local instance of the FreeGeoIP service you can configure the host like this: `Geocoder.configure(freegeoip: {host: "..."})`. #### MaxMind Web Services (`:maxmind`) -- GitLab