Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jish/contra

The Contra (Konami) code in JavaScript
https://github.com/jish/contra

Last synced: 2 months ago
JSON representation

The Contra (Konami) code in JavaScript

Awesome Lists containing this project

README

        

Add the Contra (Konami) code to any website.

All you have to do is include the `contra.js` script:

```html

```

You can either react based on css styles:

```css
body.contra div.foo {
/* Awesome style here */
}
```

Or you can add your own javascript handlers and the possibilities are endless:

```js
Contra.addHandler(function() {
// Awesome things here
});
```

### Develop

$ npm install
$ npm install -g broccoli-cli

### Build

$ broccoli build dist