Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenspapenhagen/zipcode
https://github.com/jenspapenhagen/zipcode
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenspapenhagen/zipcode
- Owner: jenspapenhagen
- Created: 2022-03-20T17:08:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:14:32.000Z (4 days ago)
- Last Synced: 2024-11-16T07:20:14.474Z (4 days ago)
- Language: Java
- Size: 453 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#zipcode Project
This is a small test project for a Service
that read the csv form:
https://launix.de/launix/launix-gibt-plz-datenbank-frei/## Goal of this Service
returning the Geocoordinates for a given German postal codes.```
wget --header="Content-Type: text/json" http://localhost:8080/zipcode/20095
```
For getting this Response
```json
{
"lat":53.5541579534295,
"lon":10.0011036114924,
"state":"Hamburg",
"zipCode":20095
}
```