1.0.3 • Published 12 months ago
sl-currency-converter v1.0.3
My First NPM Package
With the help of this package you can convert any currency to another currency
Installation
To install this package, run:
npm i sl-currency-converter
My Package Dependencies one other packge
npm i @everapi/freecurrencyapi-js
Add Typescript
convertCurrency('USD', 'INR', 2).then(response => { console.log(response)});
use this function and change the argument