Socket
Socket
Sign inDemoInstall

country-flag-emoji-json

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-flag-emoji-json

Country flag emojis in JSON format


Version published
Weekly downloads
324
decreased by-40.55%
Maintainers
1
Weekly downloads
 
Created
Source

Country Flag Emoji JSON

Build Status Maintainability Latest Stable Version Code Style: Prettier License

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:

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

# Install the dependencies
$ npm install

# Or if you use Yarn
$ yarn

3. Generate the JSON Files

Run the following command to generate the JSON files:

$ npm run build

# Or if you use Yarn
$ 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.

Keywords

FAQs

Package last updated on 05 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc