Skip to content

Instantly share code, notes, and snippets.

View khinemyaezin's full-sized avatar
🌴
On vacation

Khine khinemyaezin

🌴
On vacation
View GitHub Profile
@khinemyaezin
khinemyaezin / CountryCodes.json
Created December 10, 2022 06:30 — 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"
@khinemyaezin
khinemyaezin / countries.json
Created May 9, 2022 07:35 — forked from tiagodealmeida/countries.json
List of countries with country code, name, currency code, population, capital and continent name in JSON format
{
"countries": {
"country": [
{
"countryCode": "AD",
"countryName": "Andorra",
"currencyCode": "EUR",
"population": "84000",
"capital": "Andorra la Vella",
"continentName": "Europe"