0.0.4 • Published 12 years ago

waitkey v0.0.4

Weekly downloads
7
License
-
Repository
github
Last release
12 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

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago