Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijithvijayan/countdowner
⏱🎊 A flexible countdown-timer written in JavaScript
https://github.com/abhijithvijayan/countdowner
countdown-timer countdowner javascript js
Last synced: about 1 month ago
JSON representation
⏱🎊 A flexible countdown-timer written in JavaScript
- Host: GitHub
- URL: https://github.com/abhijithvijayan/countdowner
- Owner: abhijithvijayan
- License: mit
- Created: 2019-01-01T08:26:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T11:46:00.000Z (about 6 years ago)
- Last Synced: 2024-10-05T19:21:49.640Z (4 months ago)
- Topics: countdown-timer, countdowner, javascript, js
- Language: JavaScript
- Homepage: https://abhijithvijayan.github.io/countdowner/
- Size: 254 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countdowner
[![Build Status](https://travis-ci.org/abhijithvijayan/countdowner.svg?branch=master)](https://travis-ci.org/abhijithvijayan/countdowner)https://abhijithvijayan.github.io/countdowner/
![](https://i.imgur.com/oCMh9HT.png)
![](https://i.imgur.com/mEB8r1F.png)## Dependencies
Built with JavaScript, HTML, SASS, and Bootstrap.
## Starter repo:
https://github.com/abhijithvijayan/gulp-sass-bootstrap-boilerplate
## How to use?
run
`gulp` to serve live-locallyrun `gulp build` to build files
## Changing the countdown date:
Update this line in `main.js`. Refer this [link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) for more details.
```
dateFuture = new Date(new Date().getFullYear() + 1, 0, 1);
```## References
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date## Licence
Code released under the [MIT License](https://github.com/abhijithvijayan/countdowner/blob/master/LICENCE).