node-keyboard-rx
v1.0.1
Published
RxJS support and examples for node-keyboard
Downloads
6
Readme
#node-keyboard-rx
RxJS plugin for node-keyboard. Provides basic support and examples.
##Usage
###As Global
If you installed node-keyboard globally, then install this plugin via npm i -g node-keyboard-rx
Then start node keyboard via node-keyboard
, and import this plugin via requireg('node-keyboard-rx')()
###As Local
If instead you cloned node-keyboard, then install locally in that folder via npm i node-keyboard-rx
Then start node keyboard via node keyboard
and import this plugin via require('node-keyboard-rx')()
##Examples
EXAMPLES available as getters via the rx_example_
prefix.
E.g. rx_example_01_projections()
or rx_example_02_modes(d)