1.0.1 • Published 2 years ago

kola-currency-converter v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

kola-currency-converter: Currency Converter Kola Currency Converter is a free currency converter package that aims to make currency conversions as easy as possible in your project.

Installation npm npm install --save 'kola-currency-converter' yarn yarn add kola-currency-converter

Import import {convertcurrency } from 'kola-currency-converter';

Usage

convertcurrency('USD', 'INR', 1000).then( res => console.log(res));

1.0.1

2 years ago

1.0.0

2 years ago