br-cotation

1.0.0 • Public • Published

br-cotation

Build Status

JS Lib to Convert International Currency to Brazilian Real

Installation

  npm install br-cotation --save

Usage

  const brCotation = require('br-cotation')
  
  //with es2016
  const funcX = async () => console.log(await brCotation.dolar())
 
  funcX()
 
  //without
  brCotation.dolar().then(r => console.log(r))

Tests

  npm test

Contributing

Feel welcome to fork and contribute.

Release History

  • 1.0.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i br-cotation

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vitormdias