currency-converterapi-js
v1.0.4
Published
convert the currency using freecurrencyapi key
Maintainers
Readme
Installation
npm
npm install currency-converterapi-jsImport and Usage
import { convertCurrency } from 'currency-converter-js';convertCurrency('USD', 'INR', 3).then(res => console.log(res));