konami-keyboard

0.0.1 • Public • Published

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!');
});

Package Sidebar

Install

npm i konami-keyboard

Weekly Downloads

15

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mauricebutler