0.0.2 • Published 10 years ago

konami-js v0.0.2

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

#konami-js

Watches for the konami code then fires a callback.

####On the keyboard ↑ ↑ ↓ ↓ ← → ← → B A ENTER

####As touch input ↑ ↑ ↓ ↓ ← → ← → TAP TAP TAP

##Installation

npm install konami-js

##Usage

var Konami = require('konami-js');

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