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