https://github.com/fetch/countdown
Countdown is a JavaScript plugin to easily create counters.
https://github.com/fetch/countdown
Last synced: 20 days ago
JSON representation
Countdown is a JavaScript plugin to easily create counters.
- Host: GitHub
- URL: https://github.com/fetch/countdown
- Owner: fetch
- License: other
- Created: 2012-07-14T13:49:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T19:40:06.000Z (over 11 years ago)
- Last Synced: 2025-01-31T22:06:28.626Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: http://fetch.github.io/countdown
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
# Install Grunt dependencies using npm:
npm install -d
# Compile files using Grunt
grunt build
```
### Countdown Credits
- Built by [Fetch!](http://www.fetch.nl/).
- Concept and development by [Koen Punt](http://koen.pt/)