1.0.1 • Published 7 years ago

node-keyboard-rx v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#node-keyboard-rx

npm version travis-ci

RxJS plugin for node-keyboard. Provides basic support and examples.

npm.io

##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)