Skip to content

Commit

Permalink
Chontales added to municipalities (#3)
Browse files Browse the repository at this point in the history
Chontales added to municipalities
  • Loading branch information
hosmelq authored Oct 1, 2019
2 parents e16be04 + fca9134 commit 3fdb1fc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/municipalities.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,22 @@ const chinandega = [
{'083': 'El Realejo'}
];

export const municipalities = [...managua, ...leon, ...chinandega];
const chontales = [
{'121': 'Juigalpa'},
{'122': 'Acoyapa'},
{'123': 'Santo Tomás'},
{'124': 'Villa Sandino'},
{'125': 'San Pedro de Lóvago'},
{'126': 'La Libertad'},
{'127': 'Santo Domingo'},
{'128': 'Comalapa'},
{'129': 'San Francisco Cuapa'},
{'130': 'El Coral'}
];

export const municipalities = [
...managua,
...leon,
...chinandega,
...chontales
];

0 comments on commit 3fdb1fc

Please sign in to comment.