Geo
Simple go wrapper for Google Geocoder API
Install / Use
/learn @jasonmoo/GeoREADME
geo
Just a simple go wrapper for the Google Geocoding API (https://developers.google.com/maps/documentation/geocoding/)
Usage:
package main
import (
"fmt"
"github.com/jasonmoo/geo"
)
add, err := geo.Geocode("555 w 18th st, ny, ny")
fmt.Println(add)
add2, err2 := geo.ReverseGeocode("40.7453721,-74.0078293")
fmt.Println(add2)
>> &geo.Address{Lat:40.7453721, Lng:-74.0078293, Address:"555 W 18th St, New York, NY 10011, USA", Response:(*geo.Response)(0x11185d60)}
Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
