UNPKG
bitso-streams
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
Stream bitso websocket data
github.com/joliveros/bitso-streams
joliveros/bitso-streams
bitso-streams
/
examples
/
wsTrade.js
6 lines
(3 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
import
WsTradeStream
from
'../src/WsTradeStream'
;
const
orderBookStream =
new
WsTradeStream
(); orderBookStream.
pipe
(process.
stdout
);