UNPKG

currency-converterapi-js

Version:
16 lines (12 loc) 240 B
## Installation ### npm ```shell npm install currency-converterapi-js ``` ## Import and Usage ```js import { convertCurrency } from 'currency-converter-js'; ``` ```bash convertCurrency('USD', 'INR', 3).then(res => console.log(res)); ```