bitcloutprice
Version:
Get Current BitClout Price
47 lines (28 loc) • 919 B
Markdown
# BitCloutPrice
Get the BitClout Price fast! Created by [Goodin](https://bitclout.com/goodin)
## Installation
Use the package manager [npm](https://npmjs.org) to install bitcloutprice.
```bash
npm install bitcloutprice
```
## Usage
```js
const bitclout = require('bitcloutprice')
const apirequest = await bitclout.get();
console.log(apirequest)
```
### Response
```js
{
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](https://choosealicense.com/licenses/mit/)
<img src="https://cdn.discordapp.com/attachments/837913401048563722/854944011273240586/logofinal.png" align="center" style="width: 10%" />