eurobank-converter

0.1.1 • Public • Published

Currency Converter

Dead simple currency converter.

API provided by the European Bank.

Usage

    const converter = require('eurobank-converter');
 
    (async () => {
        const value = await converter(100, { from: 'eur', to: 'usd' });
 
        console.log(`100€ = ${Math.round(value)}$`)
    })()

Package Sidebar

Install

npm i eurobank-converter

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

3.04 kB

Total Files

10

Last publish

Collaborators

  • rawnly