rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
56 lines (54 loc) • 850 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Niboye
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Gatare": [
"Byimana",
"Gatare",
"Imena",
"Kamahoro",
"Kigarama",
"Rugunga",
"Rurembo",
"Taba"
],
"Niboye": [
"Buhoro",
"Gaseke",
"Gateke",
"Gorora",
"Kigabiro",
"Kinunga",
"Kiruhura",
"Munini",
"Murehe",
"Mwijabo",
"Mwijuto",
"Nyarubande",
"Rwezamenyo",
"Sovu",
"Taba"
],
"Nyakabanda": [
"Amahoro",
"Amarebe",
"Amarembo",
"Bigabiro",
"Bukinanyana",
"Bumanzi",
"Bwiza",
"Gatsibo",
"Gikundiro",
"Indakemwa",
"Indamutsa",
"Indatwa",
"Inyarurembo",
"Isangano",
"Karama",
"Kinyana",
"Rugwiro",
"Umurava"
]
};