1.0.1 • Published 2 years ago
coinshift v1.0.1
CoinShift
Overview
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.
Features
- 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.
Installation
To install the package, simply run:
npm i coinshiftUsage
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));