ggn-currency-convertor
v1.0.1
Published
this is a npm package to effectively convert currenct to other currency that is also upto date.
Downloads
3
Maintainers
Readme
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.