This is a simple npm package that returns provinces, districts, sectors, villages and cells found in Uganda.
const { country } = require('uganda');
console.log(country); // uganda
npm install uganda
or
yarn add uganda
Contributions are welcome :)
MIT