https://github.com/horlarme/countdowntimer
Start a countdown to a date with ease...
https://github.com/horlarme/countdowntimer
countdowntimer javascript javascript-plugin
Last synced: 2 months ago
JSON representation
Start a countdown to a date with ease...
- Host: GitHub
- URL: https://github.com/horlarme/countdowntimer
- Owner: horlarme
- License: mit
- Created: 2018-01-10T18:12:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T11:35:18.000Z (over 6 years ago)
- Last Synced: 2024-04-26T20:49:27.715Z (about 1 year ago)
- Topics: countdowntimer, javascript, javascript-plugin
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
- License: LICENSE
Awesome Lists containing this project
README
# CountDownTimer
Start coundown with ease using this javascript file.## Installation
- Download the file 'index.js' and include it in your html file
```html
```
## Configuration
- Attach date to any element using this attribute 'dct-date' with the date as value '2018 01 20'
```html
```
- Set the element to display the count down as follows
```html
Days:
Hours:
Minutes
Seconds:
```- Start the countdown
```html
CDT.start();
```
Then all is set, sit back and see your count down in action.