Get the bounding box of a GeoJSON collection
npm install idris-geojson-bbox
``var getBbox = require('idris-geojson-bbox')
var getBbox = require('idris-geojson-bbox')
getBbox(collection, function(bbox) { // ...})``