Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazeisclone/js-flip-countdown
Javascript Flip Countdown Timer.
https://github.com/blazeisclone/js-flip-countdown
Last synced: 20 days ago
JSON representation
Javascript Flip Countdown Timer.
- Host: GitHub
- URL: https://github.com/blazeisclone/js-flip-countdown
- Owner: BlazeIsClone
- Created: 2023-02-07T16:06:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T19:19:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T00:25:01.146Z (2 months ago)
- Language: JavaScript
- Homepage: https://blazeisclone.github.io/js-flip-countdown
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Flip Countdown Timer
Simple Javascript countdown flip timer.
### Initialize flip counter:
```javascript
const date = new Date('Tue Feb 09 2023 22:30:10 GMT+0530 (India Standard Time)');new FlipCounter(date, '#bannerCounter');
```