country-to-bbox
v1.0.0
Published
This library is used to convert country names to bbox
Downloads
9
Readme
Counntry To BBOX
This library is used to convert country names to bbox
const { toBBOX } = require('country-to-bbox');
toBBOX('Egypt');
// [
// 24.70007,
// 22.0,
// 36.86623,
// 31.58568
// ]