Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianroming/countdown
- Owner: sebastianroming
- License: mit
- Created: 2018-01-29T12:07:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T09:43:35.000Z (almost 7 years ago)
- Last Synced: 2024-12-10T15:37:26.736Z (about 1 month ago)
- Topics: countdown, javascript, simple
- Language: HTML
- Homepage: http://webmonkey.io/countdown/
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.