An open API service indexing awesome lists of open source software.

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...

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.