Skip to content

Instantly share code, notes, and snippets.

View brentkirkland's full-sized avatar
🌵

Brent Kirkland brentkirkland

🌵
View GitHub Profile
const WS = require('ws')
const _ = require('lodash')
const async = require('async')
const fs = require('fs')
const moment = require('moment')
const pair = process.argv[2]
const conf = {
wshost: "wss://api.bitfinex.com/ws/2"