konami-js
Watches for the konami code then fires a callback.
On the keyboard
↑ ↑ ↓ ↓ ← → ← → B A ENTERAs touch input
↑ ↑ ↓ ↓ ← → ← → TAP TAP TAPInstallation
npm install konami-jsUsage
var Konami = require('konami-js');
new Konami(function(){
alert('KONAMI!');
});