Skip to content

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

License

Notifications You must be signed in to change notification settings

dwiyatci/harlemshakify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 esoteric showcases, no one npm-ify this yet. So yeah 😅

Installation

$ yarn add harlemshakify

Usage

UMD (browser):

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

ESM:

import harlemshakify from 'harlemshakify';
harlemshakify();

CJS (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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published