1.1.0 • Published 8 years ago

bitcoincharts-promise v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago