Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 218 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 218 Bytes

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
// ]