rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
36 lines (34 loc) • 540 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Kimonyi
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Birira": [
"Gakoro",
"Kabagoyi",
"Kadahenda",
"Mbugayera",
"Rurembo"
],
"Buramira": [
"Kabaya",
"Kagwene",
"Kamugeni",
"Nyiramuyenzi",
"Ruhinga"
],
"Kivumu": [
"Masoro",
"Muregeya",
"Musezero",
"Ndorahe",
"Nyamugari"
],
"Mbizi": [
"Buhuma",
"Bushubi",
"Gatumo",
"Rugondo"
]
};