flask api for geosupport python bindings
Fire up an geosupport api on Heroku with a single click:
Using Docker: if you like to specify your own port:
docker run -d -e PORT={YOUR_PORT} -p {YOUR_PORT}:{YOUR_PORT} sptkl/api-geosupport:latest
if no port specified, by default, the flask app will run on 5000:
docker run -d -p 5000:5000 sptkl/api-geosupport:latest
Examples:
http://0.0.0.0:5000/geocode/1b?house_number=120&street_name=broadway&borough=MN
http://0.0.0.0:5000/geocode/1b?house_number=120&street_name=broadway&zip_code=10271
http://0.0.0.0:5000/suggest?address=100 Gold
Notes:
Next Steps:
Content type
Image
Digest
Size
475.6 MB
Last updated
almost 7 years ago
docker pull sptkl/api-geosupport