This is an addon with some utils and helpers to get country names and calling codes given the country code.
ember install ember-cli-countries
getCountryName (countryCode)
returns the country name (currently in EN_GB) given the country codegetCountryCallingCode (countryCode)
returns the country calling code (e.g. +1) given the country code
{{country-name code}}
{{country-calling-code code}}
Any contribution is welcome. Please read our guidelines. However, if your contribution involves adding a new feature, please open an issue before to share your plan and agree the details of the feature before starting implementing it.