An open API service indexing awesome lists of open source software.

https://github.com/codler/bitmex-data-downloader

Download Bitmex price data
https://github.com/codler/bitmex-data-downloader

Last synced: 11 months ago
JSON representation

Download Bitmex price data

Awesome Lists containing this project

README

          

# Bitmex data downloader

## Install

```
npm install --save bitmex-data-downloader
```

## Usage

```js
const BDD = require('bitmex-data-downloader');
BDD.download({
path: 'data',
startDate: new Date('2017'),
endDate: new Date('2018'),
});
```