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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i br-cotation

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vitormdias