0.0.4 • Published 12 years ago
waitkey v0.0.4
waitkey
Utility function to wait specified keypress from stdin
Installation
Install with npm:
$ npm install waitkeyOr add it to the "dependencies" section of your package.json file.
Example
var waitkey = require('waitkey');
waitkey('space', function() {
// your callback bits
});