rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
50 lines (48 loc) • 726 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Gatenga
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Gatenga": [
"Amahoro",
"Gakoki",
"Gatenga",
"Ihuriro",
"Isangano",
"Rugari"
],
"Karambo": [
"Gwiza",
"Ihuriro",
"Jyambere",
"Kamabuye",
"Mahoro",
"Ramiro",
"Rebero",
"Rugwiro",
"Ruhuka",
"Sangwa"
],
"Nyanza": [
"Bwiza",
"Cyeza",
"Gasabo",
"Ihuriro",
"Isonga",
"Juru",
"Marembo",
"Murambi",
"Nyanza",
"Rebero",
"Rusororo",
"Sabaganga",
"Taba"
],
"Nyarurama": [
"Bigo",
"Bisambu",
"Kabeza",
"Nyabikenke"
]
};