/country-code-to-flag-emoji

A function that returns a flag emoji given IETF language tag.

Primary LanguageTypeScriptMIT LicenseMIT

npm downloads CI

Country-Code-to-Flag-Emoji

A function that returns a flag emoji given IETF language tag.

tl;dr

  • Install by executing npm install country-code-to-flag-emoji or yarn add country-code-to-flag-emoji.
  • Import by adding import countryCodeToFlagEmoji from 'country-code-to-flag-emoji'.
  • Do stuff with it!
    countryCodeToFlagEmoji('pl'); // 🇵🇱

Accepted formats

Examples

countryCodeToFlagEmoji('pl'); // '🇵🇱'

countryCodeToFlagEmoji('hu-HU'); // '🇭🇺'

License

The MIT License.

Author

Wojciech Maj Wojciech Maj