@lelotnk/currency-converter
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Currency Converter

Conversor de moedas utilizando a API do Banco Central do Brasil

import { Converter } from './dist/index';

Converter.convert("USD", "BRL", 1)
    .then(response =>  console.log(response));
const { Converter } = require('./dist');

Converter.convert("USD", "BRL", 1)
    .then(response =>  console.log(response));

Package Sidebar

Install

npm i @lelotnk/currency-converter

Weekly Downloads

54

Version

0.0.5

License

MIT

Unpacked Size

66.2 kB

Total Files

33

Last publish

Collaborators

  • lelotnk