rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
48 lines (46 loc) • 693 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Kageyo
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Kageshi": [
"Cyungo",
"Kantara",
"Kariha",
"Mukaka",
"Ruganda"
],
"Kirwa": [
"Gatovu",
"Gihonga",
"Kabagari",
"Nyaruzenga"
],
"Mukore": [
"Gaseke",
"Gitongo",
"Kabuhake",
"Nyamatanga",
"Rusenyi"
],
"Muramba": [
"Gashinge",
"Kabyaza",
"Murangara",
"Rurambo"
],
"Nyamata": [
"Bereshi",
"Kabuga",
"Kagarama",
"Kibanda",
"Nyamutuku"
],
"Rwamamara": [
"Gaseke",
"Gasiza",
"Giseke",
"Mubuga"
]
};