rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
37 lines (35 loc) • 573 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Ntarama
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Cyugaro": [
"Gatoro",
"Kayenzi",
"Kidudu",
"Kingabo",
"Rubomborana",
"Rugarama",
"Rugunga"
],
"Kanzenze": [
"Cyeru",
"Gasagara",
"Kabaha",
"Kabeza",
"Karumuna",
"Kurugenge",
"Nyamabuye",
"Rwangara"
],
"Kibungo": [
"Kagoma I",
"Kagoma II",
"Kiganwa",
"Nganwa",
"Nyarunazi",
"Ruhengeri",
"Rusekera"
]
};