live-currency-exchange

1.0.2 • Public • Published

Live currency exchange

Get currency exchange rates from the European Central Bank.

Install

$ npm i live-currency-exchange

Usage

const createExchange = require('exchange-rate');
const exchange = createExchange();
const {source, target, rate} = await exchange.convert({source: 'GBP', target: 'EUR'});

Response

{ source: 'GBP', target: 'EUR', rate: 1.1708 }

/live-currency-exchange/

    Package Sidebar

    Install

    npm i live-currency-exchange

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    13

    Last publish

    Collaborators

    • tiborsaas