JSON file containing a list of all the countries with:
- Name
- Dial Code
- Country Code
- Emoji Flag
{
"name": "Korea, Republic of South Korea",
"dial_code": "+82",
"code": "KR",
"flag": "🇰🇷"
},
For now you'll have to download the json file manually. NPM module coming soon.
N.