rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
52 lines (50 loc) • 768 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Musambira
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Buhoro": [
"Busasamana",
"Gihembe",
"Gihogwe",
"Reramacu"
],
"Cyambwe": [
"Bimomwe",
"Gacaca",
"Giheta",
"Rugarama",
"Ruvumura",
"Shaka"
],
"Karengera": [
"Kamayanja",
"Mbari",
"Nyarusange",
"Nyarutovu",
"Rubanga"
],
"Kivumu": [
"Gahondo",
"Gitega",
"Munazi",
"Nyagisozi",
"Nyerenga",
"Wimana"
],
"Mpushi": [
"Gitwiko",
"Kabere",
"Kamashashi",
"Kingoma",
"Nyarubuye",
"Nyarurama"
],
"Rukambura": [
"Bitsibo",
"Ngoma",
"Nkomane",
"Nyamirembe"
]
};