1.1.0 • Published 3 years ago

bitcloutprice v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.1.0

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago