bitcloutprice

1.1.0 • Public • Published

BitCloutPrice

Get the BitClout Price fast! Created by Goodin

Installation

Use the package manager npm to install bitcloutprice.

npm install bitcloutprice

Usage

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.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i bitcloutprice

Weekly Downloads

5

Version

1.1.0

License

ISC

Unpacked Size

2.59 kB

Total Files

4

Last publish

Collaborators

  • goodin