0.0.1 • Published 10 years ago

konami-keyboard v0.0.1

Weekly downloads
83
License
MIT
Repository
github
Last release
10 years ago

#konami-keyboard

Watches for the konami code (↑ ↑ ↓ ↓ ← → ← → B A ENTER) to be input on the keyboard then fires a callback

##Installation

npm install konami-keyboard

##Usage

var KonamiKeyboard = require('konami-keyboard');

new KonamiKeyboard(function(){
    alert('KONAMI!');
});