All Projects → wojtekmaj → country-code-to-flag-emoji

wojtekmaj / country-code-to-flag-emoji

Licence: MIT license
A function that returns a flag emoji given IETF language tag.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to country-code-to-flag-emoji

emojis
An emoji management bot for Discord.
Stars: ✭ 18 (-60.87%)
Mutual labels:  emoji
kekfinder
Emoji finding tool
Stars: ✭ 17 (-63.04%)
Mutual labels:  emoji
Emojis-For-Godot
Addon that allows to use Emojis in your Godot project
Stars: ✭ 26 (-43.48%)
Mutual labels:  emoji
EmojiReader
A simple tool to recognize Emoji in string. (JavaScript & Java)
Stars: ✭ 61 (+32.61%)
Mutual labels:  emoji
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (-54.35%)
Mutual labels:  emoji
emojibot
Emojibot is a Slack bot that announces new custom emoji to a specific channel.
Stars: ✭ 17 (-63.04%)
Mutual labels:  emoji
emojityper
Github said "Error saving your changes: Description contains unicode characters above 0xffff" when I put the FACE LAUGHING WITH TEARS OF JOY emoji in this box
Stars: ✭ 76 (+65.22%)
Mutual labels:  emoji
gatsby-remark-emojis
🚀 Processes emoji in markdown and inlines <img> tags with the corresponding base64 representation of the image.
Stars: ✭ 28 (-39.13%)
Mutual labels:  emoji
GithubEmoji
Github emoji in markdown documents and commit messages for Sublime Text
Stars: ✭ 30 (-34.78%)
Mutual labels:  emoji
morphoji
PHP emoji converter
Stars: ✭ 13 (-71.74%)
Mutual labels:  emoji
three-wise-monkeys
You've heard of the SKI combinators... How about the 🙊🙉🙊 combinators?
Stars: ✭ 27 (-41.3%)
Mutual labels:  emoji
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-47.83%)
Mutual labels:  emoji
github emoji
all emojis in github
Stars: ✭ 77 (+67.39%)
Mutual labels:  emoji
noto-color-emoji-font
Color emoji SVGinOT font using Noto emoji, with multiple releases, such as Lollipop and Nougat. Linux/MacOS/Windows
Stars: ✭ 32 (-30.43%)
Mutual labels:  emoji
gitmoji-plugin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Stars: ✭ 110 (+139.13%)
Mutual labels:  emoji
animated-emoji-gen
The tool makes it easy to create animated GIFs of Slack custom emoji.
Stars: ✭ 53 (+15.22%)
Mutual labels:  emoji
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-54.35%)
Mutual labels:  emoji
emojione-color
OpenType-SVG font of EmojiOne 2.3
Stars: ✭ 112 (+143.48%)
Mutual labels:  emoji
iiitdmj-gpa
GPA Calculator + Quiz Bot for IIITDM Jabalpur
Stars: ✭ 16 (-65.22%)
Mutual labels:  emoji
WeChat
Wechat: 一款使用javafx实现的网络聊天室。
Stars: ✭ 29 (-36.96%)
Mutual labels:  emoji

npm downloads CI tested with jest

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
[email protected]
https://wojtekmaj.pl
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].