bitcloutprice
v1.1.0
Published
Get Current BitClout Price
Readme
BitCloutPrice
Get the BitClout Price fast! Created by Goodin
Installation
Use the package manager npm to install bitcloutprice.
npm install bitcloutpriceUsage
const bitclout = require('bitcloutprice')
const apirequest = await bitclout.get();
console.log(apirequest)
Response
{
price: 175.7763347456,
dollar: '$175.78',
date: '2021-06-22T23:20:08.892Z'
}
It returns a array of information
Price: Current BitClout Price from the BitClout API and Blockchain Ticker
Dollar: Rounded in $$.
Date: Returns the local date to compared to the other dates.
