1.0.0 • Published 3 years ago

currency-converter-eur v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is this?

A currency converter which converts any currency based on EUR

Instalation

Run npm i currency-converter-eur

Use:

import currencyConverter from 'currency-converter-eur';
currencyConverter('INR',1)

Parameters

The Currency Converter accepts two parameters, toCurrency and amount

By default toCurrency is set to USD and amount is set to 1