Skip to content

lucj/faas-reverse-geocoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseGeocoding

Get address from GPS coordinates

Build image

$ docker build -t lucj/faas-reverse-geocoding .

Service creation

$ faas-cli deploy \
  --image lucj/faas-reverse-geocoding \ 
  --name ReverseGeocoding \
  --fprocess="java -jar app-standalone.jar"

Usage

The function can be invoked using the following format:

curl -d 'LONGITUDE LATITUDE' http://localhost:8080/function/ReverseGeocoding

Example

$ curl -d '7.116703 43.581915' http://localhost:8080/function/ReverseGeocoding
20 Avenue Reibaud, 06600 Antibes, France

See it in action

example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published