country_currency-api
v1.0.0
Published
A simple Node.js module that provides a list of country codes with their respective currencies.
Readme
📏 Country Code Currency API
This is a simple Node.js module that returns a list of country codes along with their corresponding currencies. It can be used in applications where you need to map country codes to their respective currency names or symbols.
✨ Features Get Country Code with Currency: Returns a list of objects containing country codes and their respective currencies.
Easy Integration: Just install and use in your Node.js project.
Asynchronous Support: Supports async/await.
📥 Installation
const { countryCode_currency } = require("country_currency-api");
const result = await countryCode_currency();
