Country Flag Emoji JSON
Country flag emojis in JSON format.
Country Flag Emoji JSON CDN
Check the json directory to see all available JSON files. The JSON files are also available through UNPKG CDN.
[
{
"code": "ID",
"unicode": "U+1F1EE U+1F1E9",
"name": "Indonesia",
"emoji": "🇮🇩"
},
]
{
"ID": {
"code": "ID",
"unicode": "U+1F1EE U+1F1E9",
"name": "Indonesia",
"emoji": "🇮🇩"
},
}
Generate the JSON
If you want to generate the JSON files by yourself:
1. Clone the Repository
Clone this repository to your local computer:
$ git clone git@github.com:risan/country-flag-emoji-json.git
2. Install the Dependencies
CD
into the project directory and install the dependencies:
$ cd country-flag-emoji-json
$ npm install
$ yarn
3. Generate the JSON Files
Run the following command to generate the JSON files:
$ npm run build
$ yarn build
License
MIT © Risan Bagja Pradana
Emojis data used to generate the JSON files are provided by the Unicode Consortium.
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
By using this package you agree to the Unicode Terms of Use.