Skip to content

Instantly share code, notes, and snippets.

View iamashiqur's full-sized avatar

Ashiqur Rahman iamashiqur

View GitHub Profile
@iamashiqur
iamashiqur / CountryCodes.json
Created April 4, 2024 04:02 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@iamashiqur
iamashiqur / country-flag.json
Created March 23, 2024 07:59 — forked from pratikbutani/country-flag.json
A JSON for Country List with Flag Image
[
{
"flag": "https://twemoji.maxcdn.com/2/svg/1f1e6-1f1e8.svg",
"country": "Ascension Island",
"code": "ac"
},
{
"flag": "https://twemoji.maxcdn.com/2/svg/1f1e6-1f1e9.svg",
"country": "Andorra",
"code": "ad"