@walkmanxy/currencyconverter
v1.0.1
Published
Converts a currency to another (EUR, USD, CNY, RUB, GBP, JPY only), the exchange rates are up to date as of October 31st 2023.
Downloads
1
Readme
Converts a currency to another (EUR, USD, CNY, RUB, GBP, JPY only), the exchange rates are up to date as of October 31st 2023.
//Example usage: //const currencyConverter = require('your-currency-converter'); //const convertedAmount = currencyConverter.convert(100, "USD", "EUR"); //console.log(convertedAmount);