init
parents
Showing
.gitignore
0 → 100644
api.js
0 → 100644
api_kucoin.js
0 → 100644
api_lbank.js
0 → 100644
baseCollector.js
0 → 100644
This diff is collapsed.
Click to expand it.
biboxCollector.js
0 → 100644
biboxStrategy3.js
0 → 100644
constants.js
0 → 100644
kucoinCollector.js
0 → 100644
kucoinStrategy3.js
0 → 100644
lbankCollector.js
0 → 100644
lbankStrategy3.js
0 → 100644
mailer.js
0 → 100644
order.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "gate", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "strategy2": "node $NODE_DEBUG_OPTION strategy2.js", | ||
| "test": "node $NODE_DEBUG_OPTION test_kucoin.js", | ||
| "strategy3": "export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';export agent='socks:127.0.0.1:1086';node $NODE_DEBUG_OPTION kucoinStrategy3.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "crypto-js": "^3.1.9-1", | ||
| "nodemailer": "^4.6.8", | ||
| "redis": "^2.8.0", | ||
| "request": "^2.87.0", | ||
| "socks-proxy-agent": "^4.0.1", | ||
| "ws": "^5.2.0" | ||
| } | ||
| } |
recordService.js
0 → 100644
strategy3.js
0 → 100644
This diff is collapsed.
Click to expand it.
test.js
0 → 100644
test_kucoin.js
0 → 100644
test_lbank.js
0 → 100644
Please
register
or
sign in
to comment