Skip to content

Vitormdias/br-cotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JS Lib to Convert International Currency to Brazilian Real

Resources

License

Stars

Watchers

Forks

Packages

No packages published