Skip to content

Instantly share code, notes, and snippets.

@kounelios13
Created January 26, 2018 18:51
Show Gist options
  • Save kounelios13/dc1dfc90bf4180ea6cbb2d429532b388 to your computer and use it in GitHub Desktop.
Save kounelios13/dc1dfc90bf4180ea6cbb2d429532b388 to your computer and use it in GitHub Desktop.
module.exports = {
countries: {
'DE': 20,
'UK': 21,
'FR': 20,
'IT': 25,
'ES': 19,
'PL': 21,
'RO': 20,
'NL': 20,
'BE': 24,
'EL': 20,
'CZ': 19,
'PT': 23,
'HU': 29,
'SE': 23,
'AT': 22,
'BJ': 23,
'DK': 21,
'FI': 17,
'SK': 18,
'IE': 21,
'HR': 23,
'LT': 23,
'SI': 24,
'LV': 20,
'EE': 22,
'CY': 21,
'LU': 25,
'MT': 20
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment