Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superkalo/countdown-to-anything
Just a simple mobile-friendly countdown web page.
https://github.com/superkalo/countdown-to-anything
countdown
Last synced: 9 days ago
JSON representation
Just a simple mobile-friendly countdown web page.
- Host: GitHub
- URL: https://github.com/superkalo/countdown-to-anything
- Owner: superKalo
- Created: 2015-12-12T11:08:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T16:09:56.000Z (about 9 years ago)
- Last Synced: 2023-02-27T17:56:46.753Z (almost 2 years ago)
- Topics: countdown
- Language: JavaScript
- Homepage: http://countdown.superkalo.com
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown to Anything Responsive Web Page
The world's most simple countdown to any event page. [See demo](http://countdown.superkalo.com/).
## How to configure:
1. Clone / Download this repo.
2. Rename config**-sample**.php to config.php and then - fill your event details. Options available:
* `$deadline (mandatory)` - add a date in [any supported by javascript new Date()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) format.
* `$message (mandatory)` - add your event details, you can use just plain text or html tags too.
* `$image (optional)` - add a url to any image you want
* `$lang (optional)` - default is 'en' for English, you can set it to 'bg' for Bulgarian.
3. Upload your page anywhere you want.Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php), do whatever you want with this one.