rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
41 lines (39 loc) • 599 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Rukozo
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Buraro": [
"Kabgayi",
"Kabingo",
"Kamiyove",
"Kivomo",
"Murwa",
"Nyenyeri",
"Rukingu",
"Shyondwe"
],
"Bwimo": [
"Bushyana",
"Gatiba",
"Gatwa",
"Kadendegeri",
"Kavumo",
"Mwana"
],
"Mberuka": [
"Gahwazi",
"Gakubo",
"Kabera",
"Mataba",
"Mutungo"
],
"Mbuye": [
"Kibare",
"Mujebe",
"Musave",
"Nyarusebeya",
"Ruhanga"
]
};