harlemshakify

1.0.0 • Public • Published

That classic little script from 2013 to make any website do the 'Harlem Shake'.

version downloads WTFPL License

Based on the awesome harlem_shaker by Moovweb.

Why?

While I need this for some of my fun showcases, no one npm-ify this yet. So yeah 😅

Installation

$ yarn add harlemshakify

Usage

Browser:

<script src="PATH/TO/harlemshakify.umd.js"></script>
<script>$('.btn').on('click', window.harlemshakify)</script> 

As ESM:

import harlemshakify from 'harlemshakify';
harlemshakify();

Node:

const harlemshakify = require('harlemshakify');
harlemshakify();

Demo

https://jsfiddle.net/glenn/4v87dff1

Author

Glenn Dwiyatcita (@dwiyatci)

License

WTFPL – Do What the Fuck You Want to Public License.

See LICENSE.txt.

WTFPL

Package Sidebar

Install

npm i harlemshakify

Weekly Downloads

1

Version

1.0.0

License

SEE LICENSE IN LICENSE.txt

Last publish

Collaborators

  • dwiyatci