overbounds
v1.0.0
Published
Get place bounds via the overpass API
Downloads
3
Readme
overbounds
Get a place's boundary coordinates using the Overpass API
Usage
CLI
./node_modules/.bin/overbounds --name "PLACE_NAME"
const overpassBounds = require('overbounds');
overpassBounds.getBoundingBox('area[name="PLACE_NAME"]');