rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
48 lines (46 loc) • 739 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Kacyiru
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Kamatamu": [
"Amajyambere",
"Bukinanyana",
"Cyimana",
"Gataba",
"Itetero",
"Kabare",
"Kamuhire",
"Karukamba",
"Nyagacyamo",
"Rwinzovu",
"Urugwiro",
"Uruhongore"
],
"Kamutwa": [
"Agasaro",
"Gasharu",
"Inkingi",
"Kanserege",
"Kigugu",
"Ruganwa",
"Umuco",
"Umutekano",
"Urugero",
"Urwibutso"
],
"Kibaza": [
"Amahoro",
"Bwiza",
"Ihuriro",
"Ineza",
"Inyange",
"Iriba",
"Kabagari",
"Ubumwe",
"Umutako",
"Urukundo",
"Virunga"
]
};