1.1.0 • Published 7 years ago

bitcoincharts-promise v1.1.0

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

bitcoincharts-promise

(Unofficial) Promise-based bitcoincharts client.

Installation

bitcoincharts-promise is available as bitcoincharts-promise on npm.

npm install bitcoincharts-promise

Usage

const bitcoincharts = require('bitcoincharts-promise'),

const options = {
    timeframe: 1,
    resolution: '30-min',
    transpose: false // Set true to unzip the resulting array
}

bitcoincharts.OHLC(options).then(result=>{
    console.log(result)
})

License

This module is ISC licensed.

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago