Quickstart
Run the service with Docker:
docker run -p '3000:3000/tcp' mxdcodes/docker-staticmaps:latest
Send a sample request:
curl "http://localhost:3000/api/staticmaps?width=1000&height=1000¢er=-18.2871,147.6992&zoom=9&basemap=satellite"
An interactive playground is available at http://localhost:3000.