Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 440 Bytes

File metadata and controls

22 lines (15 loc) · 440 Bytes

Countdown

Countdown is a JavaScript plugin to easily create countdowns and counters.

  • jQuery support: 1.6+

For documentation, usage, and examples, see: https://fetch.github.io/countdown/

Compiling

# Install Grunt dependencies using npm:
npm install -d
# Compile files using Grunt
grunt build

Countdown Credits