ember-cli-countries
v0.1.2
Published
Ember addon with some utils and helpers to get country names and calling codes given the country code.
Downloads
31
Readme
ember-cli-countries
This is an addon with some utils and helpers to get country names and calling codes given the country code.
Usage
ember install ember-cli-countries
Utils
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
Helpers
{{country-name code}}
{{country-calling-code code}}
Contributing
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.