Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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');
```