Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 376 Bytes

File metadata and controls

14 lines (12 loc) · 376 Bytes

location-service

Simple stateless service exposing REST API for Google Geolocation API integration.

You can use our Docker image:

docker run -p 8080:8080 -e API_KEY={GOOGLE_API_KEY} codeheroes/location-service:1.0 docker

Sample request:

curl -X POST \
  http://localhost:8080/location?Krakow+Kazimierza+Wielkiego \
  -H 'content-type: application/json'