0.0.4 • Published 10 years ago

waitkey v0.0.4

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

waitkey

NPM

Utility function to wait specified keypress from stdin

Installation

Install with npm:

$ npm install waitkey

Or add it to the "dependencies" section of your package.json file.

Example

var waitkey = require('waitkey');

waitkey('space', function() {
	// your callback bits
});
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago