1.0.0 • Published 7 years ago

br-cotation v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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