country-currency
1.0.1 • Public • Published A map of countries' currency
A map of all ISO 3166-1 (country) alpha2 codes
to an ISO 4217 currency code.
See also:
const currencies = require('country-currency');
console.log(currencies.map(c => c.country+', '+c.currency));
byCountry()
const byCountry = currencies.byCountry();
byCountry.has('DK');
byCountry.get('DK');
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.1 | 1,269 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.1 | 1,269 | |
1.0.0 | 74 | |
Package Sidebar
Install
Weekly Downloads