cuban-cuex
v1.0.45
Published
A package to know about the cuban exchange in real time. CUP, MLC, USD.
Downloads
27
Maintainers
Readme
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'
}