Skip to content

This is an quarkus mircoservice for Calculation the Distance in km form one german zipCode to another zipCode

Notifications You must be signed in to change notification settings

jenspapenhagen/distancemeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a MircoService for Calculation the Distance in km form one german zipCode to another zipCode

(Getting the Location of one ZipCode)

This Project is based on a default Quarkus Project. And use the Rest-APi from https://github.com/jenspapenhagen/zipcode/

Main Goal:

  • playing around with Quarkus Extensions
  • fun

Form the lowest zipCode from Hamburg to lowest zipCode in berlin

wget --header="Content-Type: text/json" http://localhost:8080/20095/10115/

For getting this Response

{
  "plz1":20095,
  "plz2":10115,
  "distance": 255.65  
}

Testing:

About

This is an quarkus mircoservice for Calculation the Distance in km form one german zipCode to another zipCode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages