1.1.0 • Published 1 year ago

universal-currency-converter v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

universal-currency-converter

An npm package to convert currency

Installation

npm i universal-currency-converter

Usage

import { convertCurrency } from 'universal-currency-converter';

async function example() { try { const result = await convertCurrency('USD', 'INR', 1); console.log(result); // Output the converted amount } catch (error) { console.error('Error converting currency:', error); } }

example();

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago