rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
69 lines (67 loc) • 1.02 kB
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Kanama
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Kamuhoza": [
"Bambiro",
"Kagarama",
"Nyamigogo",
"Nyanshundura",
"Rukoro",
"Rwankomo"
],
"Karambo": [
"Gahunga",
"Mariba",
"Mutanda",
"Ndongoshori"
],
"Mahoko": [
"Bikuka",
"Kabeza",
"Kabindi",
"Kanama",
"Kara",
"Mahoko",
"Nyagasozi",
"Nyamirambo",
"Nyamugari",
"Nyamuremure",
"Rubare",
"Shusho"
],
"Musabike": [
"Kabingo",
"Kagano",
"Kaje",
"Nteranya",
"Nyakibande",
"Ryamibungo"
],
"Nkomane": [
"Gashasho",
"Gatsina",
"Nkomane",
"Nyabishongo",
"Rwanzuki"
],
"Rusongati": [
"Busesa",
"Gihurizo",
"Kabere",
"Kibuga",
"Mashyoza",
"Muvebwa",
"Nyabitunda"
],
"Yungwe": [
"Bwikurure",
"Gikomero",
"Rugege",
"Rugogwe",
"Rutagara",
"Yungwe"
]
};