A currency converter which converts any currency based on EUR
Run npm i currency-converter-eur
Use:
import currencyConverter from 'currency-converter-eur';
currencyConverter('INR',1)
The Currency Converter accepts two parameters, toCurrency and amount
By default toCurrency
is set to USD
and amount
is set to 1