bitcoin-scraper

0.0.1 • Public • Published

bitcoin-scraper

scrapes bitcoin data to json

Le Scrape...

git clone https://github.com/F1LT3R/bitcoin-scraper.git
cd bitcoin-scraper
npm install
node index.js

Output be like...

2014-12-17 was saved!
2014-12-18 was saved!
2014-12-20 was saved!
2014-12-19 was saved!

Data be all...

[
  [
    1419033600,
    318.58,
    318.58,
    318.58,
    318.58,
    0.01719605,
    5.478317609,
    318.58
  ],
  ...

Columns

Timestamp Open High Low Close Volume (BTC) Volume (Currency) Weighted Price (USD)
1419033600 318.58 318.58 318.58 318.58 0.01719605 5.478317609 318.58

Readme

Keywords

none

Package Sidebar

Install

npm i bitcoin-scraper

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • f1lt3r