divipola
v1.0.3
Published
This is an npm package which contains all codes for administrative division of Colombia, use it wisely
Downloads
1
Readme
Table of contents
Description
This is an npm package which contains all codes for administrative division of Colombia, use it wisely
Context
Colombia is divided into 32 departments and one capital district, which is treated as a department. Departments are subdivided into municipalities, each of which is assigned a municipal seat, and municipalities are in turn subdivided into corregimientos in rural areas and into comunas in urban areas. Each department has a local government with a governor and assembly directly elected to four-year terms, and each municipality is headed by a mayor and council. There is a popularly elected local administrative board in each of the corregimientos or comunas.
Installation Guide
Install directly from npm
npm i divipola
Usage
The recommended way to use divipola
is import it like node module:
const divipola = require('divipola');
Author
License
This project is open source and available under the MIT License.