1.0.1 • Published 1 year ago

ggn-currency-convertor v1.0.1

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

ggn Currency Convertor

A brief description of what this project does and who it's for

Installation

Install my-project with npm

  npm install ggn-currency-convertor

Import

import convertCurrency from "ggn-currency-convertor"

Usage/Examples

Declare the currency code to covert the currency into specific currency

convertCurrency("USD", "INR", 5)
.then(data => 
{
    console.log(data)
});

License

The Apache 2.0 License. Please see License File for more information.