This npm package provides a simple and efficient solution for converting between different currencies. It offers a user-friendly interface for developers to integrate currency conversion functionality into their applications with ease.
- Conversion: Convert between various currencies accurately and efficiently.
- Latest Exchange Rates: Utilizes up-to-date exchange rate data for precise conversions.
- Customization: Flexible options for specifying currencies and conversion amounts.
- Easy Integration: Seamless integration with existing JavaScript projects and frameworks.
- Lightweight: Lightweight and optimized for performance without unnecessary dependencies.
To install the package, simply run:
npm i coinshift
Here's a quick example demonstrating how to use the package in your JavaScript code:
import { convertCurrency } from "CoinShift";
convertCurrency("USD","INR",60).then(res=>console.log(res));