Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cuban-cuex

luismanuel198960MIT1.0.45

A package to know about the cuban exchange in real time. CUP, MLC, USD.

cuba, currency, exchange, cup, mlc, usd

readme

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'
}