leap-stream
v0.0.1
Published
Send the Leap's websocket stream to stdout
Downloads
1
Readme
leap-stream
Send the Leap's websocket stream to stdout.
You get leap-stream
, a simple command-line utility that redirects the JSON-encoded frames emitted from the Leap's websocket stream to stdout.
To redirect the Leap's websocket stream to a file:
leap-stream > sample.ldj
Use CTRL-C
(control
key + c
key) to terminate the redirect.
Install
Install with npm install -g leap-stream
.