rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
43 lines (41 loc) • 641 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Muhoza
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Cyabararika": [
"Buhuye",
"Bwuzuri",
"Gasanze",
"Gatare",
"Gatorwa",
"Kabogobogo",
"Yorodani"
],
"Kigombe": [
"Kavumu",
"Kiryi",
"Mugara",
"Nduruma",
"Nyamagumba",
"Nyamuremure",
"Rukereza"
],
"Mpenge": [
"Gikwege",
"Giramahoro",
"Mpenge",
"Rukoro",
"Rusagara"
],
"Ruhengeri": [
"Buhoro",
"Burera",
"Bushozi",
"Byimana",
"Kabaya",
"Muhe",
"Susa"
]
};