1.0.0 • Published 1 year ago

@wemnyelezxnpm/odio-aspernatur-rem v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@wemnyelezxnpm/odio-aspernatur-rem

@wemnyelezxnpm/odio-aspernatur-rem is an npm package designed to provide extensive information about countries, encompassing details such as country code, name, currency symbol, capital city, phone code, latitude, and longitude.

Installation

You can easily install @wemnyelezxnpm/odio-aspernatur-rem via npm:

npm install @wemnyelezxnpm/odio-aspernatur-rem --save

Usage

const countryInfo = require('@wemnyelezxnpm/odio-aspernatur-rem');

// Search by country code, name, currencyCode, currencyName, or symbol
countryInfo.search('austria'); // Returns information about Austria
countryInfo.search('at'); // Returns information about Austria
countryInfo.search('euro'); // Returns information about countries using Euro as currency
countryInfo.search('eur'); // Returns information about countries using Euro as currency
countryInfo.search('€'); // Returns information about countries using Euro as currency

// Example outputs:
/*
[
  {
    code: 'AT',
    name: 'AUSTRIA',
    currency: {
      currencyName: 'EURO',
      currencyCode: 'EUR',
      currencySymbol: '€'
    },
    geo: { latitude: 47.516231, longitude: 14.550072 },
    capital: 'VIENNA',
    phone: '43'
  }
]
*/

// You can search for other countries like 'USA', 'SG' (Singapore), 'IN' (India), etc., and get their information in a similar structured output.
styled-componentspruneefficientextrawgetinstalldescriptorSymbol.toStringTagjsdiffcalldatastructurefunctionallaunchECMAScript 2022cryptoomitratelimitFloat64ArraykeyspackagesString.prototype.trimFloat32Arraystylesheettexttypedescapecollectionstyles256querystringObject.ismimeUint32ArrayqueueMicrotasknegative zeromimetypesexecviewrmlintregularauthenticationcodeslesscsseslint-pluginESpackageJSONserializesigintStreamES2021npmrequirerobustlanguageprotocss variableairbnbshrinkwrapfastcopyasciideepcloneiteratormulti-packagenodefindjwtdependenciescheckfunctionbrowserbufferECMAScript 2021loggermodulegesturesbatchduplexemitelectronutilitiesmkdirstypesposermdirconcatMaputilityeventEmitteridpoint-freemiddlewarezerobcryptparseres5flatMapforEachresolvewebdragclass-validatorlazycallbindfrombyteLengthdescriptionflattendefault__proto__utilcommanderlinuxpolyfillcompileroptimizerkeygdprmochametadataprefixfastclonelookstreamsmkdirpmatchesES2015spinnerswhatwgiespawnshareddiff-0Array.prototype.flatMapSetless compilerexitsharedarraybufferdeletedayjsprototypeArray.prototype.containstypedarrayiterationflagsES5installerbootstrap cssfastifyopenerfast-copyTypeBoxrgbapollotesterless.jsspecexesuperagenttelephoneredux-toolkitfile systemlinewrapclassnameasyncgenericstoolkittacitRxpicomatchavaautoprefixerfilterreadablestreamcallbackutil.inspectruntimereact animationbyteajvdeterministicObservableemojinested cssclassesECMAScript 2023propertylrutc39copyl10nmergemodulesharmonyveststarterpromiseformdeepcopyconsolegroupcharacterargumentsobjectObject.definePropertypackage managerargumentArray.prototype.findLastoutputslottraversecurriedpnpm9dom-testing-libraryCSStapbluebirdtostringtagmatchindicatorcompile lessconnectdebuggerparentflagsetterimportlimitedschemeassertionECMAScript 2015mobilesanitizefetchxdg-openinternal slotlockfileES6namesopenscmdincludesestreezodeventDispatcherenumerablecharacterscacheInt16Arrayquotexterm3dcallboundfixed-widthmkdirsyntaxworkspace:*taskbusystyleprogresscligetterplugintranspileidletranspilercolourjsonWeakSetencryptioninspectreducerloadingtrimEndimmutableapilengthdirectorynamedeepaccessorreduxWebSocketsymbolsPushpathglobcolorserializationtrimnodejsqueryArrayBuffer.prototype.sliceshellcommand-linesignalgradients cssvalidateArray.prototype.filtertoStringTagcss-in-js[[Prototype]]dataviewtypesafecompareworkerappstablerequestbrowserslistqsfullwidthvarxsseslintpluginoption
1.0.0

1 year ago