This is a very simple crawler to collect okcoin's some trade data, and then save to the data directory. ltc or btc's data: spotcny ticker, spot depth, spotcny depth, spotcny trades and spotcny kline.
- npm install
- npm run start
主要作用是搜集okcoin站btc ltc的交易数据,并存到data目录下。 主要数据有:行情数据,现货市场深度,市场深度,成交记录和K线。
- npm install 安装依赖
- npm run start 启动程序