Skip to content

Instantly share code, notes, and snippets.

View EmadAdly's full-sized avatar
🎯
Focusing

Emad Adly EmadAdly

🎯
Focusing
View GitHub Profile
@EmadAdly
EmadAdly / countries.json
Last active February 25, 2017 19:51
Common countries list as in json
[
{
"name": "Afghanistan",
"code": "AF"
},
{
"name": "Åland Islands",
"code": "AX"
},
{
@EmadAdly
EmadAdly / currencies.json
Last active February 25, 2017 19:52
Common currencies as in json
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},