Hello,
The lib does not allow to retrieve currency symbols for european countries as they are all considered as one big country called 'European member...'.
The thing is, when you get a string like 'France', it's not very convenient to find out first if it's a european country.
currencySymbol.symbol('France')
// Result is undefined
It would be great if we could use all countries name including european ones.
For people who might come here looking for a solution: I switched to https://www.npmjs.com/package/iso-country-currency ;)
Hello,
The lib does not allow to retrieve currency symbols for european countries as they are all considered as one big country called 'European member...'.
The thing is, when you get a string like 'France', it's not very convenient to find out first if it's a european country.
It would be great if we could use all countries name including european ones.
For people who might come here looking for a solution: I switched to https://www.npmjs.com/package/iso-country-currency ;)