MildTomato / country-flag-emoji-json

Country flag emojis in JSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Country Flag Emoji JSON

Build Status Latest Version

Country flag emojis in JSON format.

CDN

The JSON files are available over a 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:

# Go to the project directory
$ cd country-flag-emoji-json

# Install the dependencies
$ npm install

3. Generate the JSON Files

Run the following command to generate the JSON files:

$ npm run build

Related

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.

About

Country flag emojis in JSON format.

License:MIT License


Languages

Language:JavaScript 100.0%