libpostal-rest

REST API server for address parsing and geocoding with libpostal

brewmacoslinux
Try with needOr install directly
Source

About

REST API for libpostal

Commands

libpostal-rest

Examples

Start the REST API server on default port 8080$ libpostal-rest
Start the server on a custom port$ libpostal-rest --port 3000
Parse an address via HTTP request to running server$ curl 'http://localhost:8080/parse?address=123%20Main%20St%20New%20York%20NY'