apps-dictionary
v1.1.17
Published
schematic dictionary for common terms and geopolitical references
Downloads
97
Readme
:cloud: Installation
# Using npm
npm install --save apps-dictionary
# Using yarn
yarn add apps-dictionary
Countries
import {countries, currencies, dictionary, languages} from apps-dictionary
/**
* []country
*/
{
"name": "Wallis and Futuna",
"capital": "Mata Utu",
"population": "16025",
"languages": "wls,fud,fr-WF",
"callingCode": "681",
"numeric": "876",
"timezone": "UTC+12:00",
"region": "Oceania",
"tld": "wf",
"currency": {
"name": "Franc",
"symbol": "Fr",
"symbolNative": "Fr",
"decimalDigits": 2,
"rounding": 0,
"isoCode": "XPF",
"namePlural": "CFP franc"
},
"countryName": "Wallis and Futuna",
"countryShortCode": "WF",
"regions": [
{ "name": "Alo", "shortCode": "ALO" },
{ "name": "Sigave", "shortCode": "SIG" },
{ "name": "Wallis", "shortCode": "WAL" }
]
}
/**
* []currency
*/
{
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"iso_code": "USD",
"name_plural": "US dollars"
}
/**
* []language
*/
{
"name": "Afrikaans",
"nativeName": "Afrikaans",
"iso_code": "af"
}