1.0.2 • Published 8 years ago

konami-cb v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

konami-cb

A lightweight script that will execute a callback function if a user types in the Konami Cheat code into the browser:

up, up, down, down, left, right, left, right, b, a

Install:

npm i konami-cb

Usage:

var konami = require('konami-cb');

konami(function() {

    //- make stuff happen

});