rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
44 lines (42 loc) • 658 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Ndego
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Byimana": [
"Busasamana",
"Irebero",
"Kabeza",
"Kururembo",
"Nyakabingo",
"Nyamata"
],
"Isangano": [
"Gafunzo",
"Gashonga",
"Kabusunzu",
"Kagese",
"Kagoma",
"Kamahoro",
"Kanyinya",
"Kibare"
],
"Karambi": [
"Gasenyi",
"Ihema",
"Kagasa",
"Kamabuye",
"Kumunini",
"Murambi",
"Musenyi",
"Remera"
],
"Kiyovu": [
"Gasabo",
"Humure",
"Iramiro",
"Mwurire",
"Nyamugali"
]
};