Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianroming/countdown

simple javascript countdown to run in older browsers
https://github.com/sebastianroming/countdown

countdown javascript simple

Last synced: 15 days ago
JSON representation

simple javascript countdown to run in older browsers

Awesome Lists containing this project

README

        

# Countdown Wagenbauer

## Usage
1. Clone (or download) this repository
2. Update the time of event in the `index.html` file:
```
Countdown.start('2018-06-01 17:00:00', 'countdown');
```
(format `YYYY-mm-dd HH:ii:ss`)

3. Open `index.html` in your Browser.