An open API service indexing awesome lists of open source software.

https://github.com/remcoder/konami

Run a callback when the Konami code is entered
https://github.com/remcoder/konami

Last synced: 6 months ago
JSON representation

Run a callback when the Konami code is entered

Awesome Lists containing this project

README

          

konami
======

Run a callback when the Konami code is entered

usage:

$(document).ready(function(){
__konami__.enable(function(){
alert('Konami Code Activated');
}, { replay: false });
});