rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
51 lines (49 loc) • 726 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Rusasa
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Gataba": [
"Bumonyo A",
"Gahama",
"Gataba",
"Kebero",
"Kibaya"
],
"Kamonyi": [
"Burinda",
"Gakindo",
"Gapfura",
"Gitwe",
"Kidomo",
"Nyagahama",
"Rurambi"
],
"Murambi": [
"Buharabuye",
"Karuhunge",
"Kirehe",
"Nyange"
],
"Nyundo": [
"Bukingo",
"Bumonyo B",
"Gisovu",
"Nyundo",
"Tane"
],
"Rumbi": [
"Bukiza",
"Buyora",
"Bwanamo",
"Ninda"
],
"Rurembo": [
"Bushoka",
"Mazinga",
"Murori",
"Nyakabungo",
"Rugamba"
]
};