From 38b20d6fc76774637cd723d2be95fa9134cdb811 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Fri, 13 Feb 2015 21:50:21 +1100 Subject: [PATCH 1/2] add geo-golang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c1c43b..e123eb88 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [smite](https://github.com/sergiotapia/smitego) - Go package to wraps access to the Smite game API. * [snapchat](https://github.com/jamieomatthews/gosnap) - Go wrapper for the snapchat API * [spotify](https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API. - +* [geo-golang](https://github.com/codingsince1985/geo-golang) - Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](http://open.mapquestapi.com/nominatim/), [OpenCage](http://geocoder.opencagedata.com/api.html) and [HERE](https://developer.here.com/rest-apis/documentation/geocoder) geocoding / reverse geocoding APIs. ## Utilities From c9be4a22f83846e8be164aae744948016ba59cde Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Sat, 14 Feb 2015 07:32:13 +1100 Subject: [PATCH 2/2] in alphabetical order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e123eb88..752e82d8 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [aws-go](https://github.com/stripe/aws-go) - An incredibly experimental, automatically generated set of AWS clients in Go. * [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API * [gami](https://github.com/bit4bit/gami) - Go library for Asterisk Manager Interface. +* [geo-golang](https://github.com/codingsince1985/geo-golang) - Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](http://open.mapquestapi.com/nominatim/), [OpenCage](http://geocoder.opencagedata.com/api.html) and [HERE](https://developer.here.com/rest-apis/documentation/geocoder) geocoding / reverse geocoding APIs. * [github](https://github.com/google/go-github) - Go library for accessing the GitHub API. * [goamz](https://github.com/mitchellh/goamz) - Popular fork of [goamz](https://launchpad.net/goamz) which adds some missing API calls to certain packages. * [GoMusicBrainz](https://github.com/michiwend/gomusicbrainz) - a Go MusicBrainz WS2 client library @@ -528,7 +529,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [smite](https://github.com/sergiotapia/smitego) - Go package to wraps access to the Smite game API. * [snapchat](https://github.com/jamieomatthews/gosnap) - Go wrapper for the snapchat API * [spotify](https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API. -* [geo-golang](https://github.com/codingsince1985/geo-golang) - Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](http://open.mapquestapi.com/nominatim/), [OpenCage](http://geocoder.opencagedata.com/api.html) and [HERE](https://developer.here.com/rest-apis/documentation/geocoder) geocoding / reverse geocoding APIs. + ## Utilities