Skip to content
forked from aligator/neargo

A simple postal code proximity search webservice

License

Notifications You must be signed in to change notification settings

lunarforge/neargo

 
 

Repository files navigation

neargo

This is a simple postal code proximity search webservice.
It uses geonames.org as source.

Just start it with go run . and call http://localhost:3141/?country=DE&zip=80331&max=100

The full documentation of the api is in the OpenAPI documentation.

CLI

You can get all options by neargo --help

Docker image

docker run --rm -p3141:3141 -v ./data:/data ghcr.io/aligator/neargo:latest --geonames-file geonames.zip

About

A simple postal code proximity search webservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.1%
  • Dockerfile 5.9%