konami-js

0.0.2 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i konami-js

    Weekly Downloads

    24

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • mauricebutler