cuban-cuex

1.0.45 • Public • Published

Cuban-cuex

A package to get data about the cuban currency exchange in real time. CUP, MLC, USD.

Installation

npm install cuban-cuex

Easy to use

import cuex from 'cuban-cuex'
const UsdPrice = cuex.UsdPrice
const EurPrice = cuex.EurPrice

If you do console.log(cuex) you can see all the data that you can request from this package

{
  EurPrice: '170.00',
  UsdPrice: '165.00',
  MlcPrice: '162.00',
  CadPrice: '120.00',
  CalculationDate: '1/11/2023, 3:32:52 PM'
}

Package Sidebar

Install

npm i cuban-cuex

Weekly Downloads

2

Version

1.0.45

License

MIT

Unpacked Size

2.01 kB

Total Files

3

Last publish

Collaborators

  • lmvidal