https://github.com/trickfilm400/startingsoon-timer
Displays a timer (hh:mm:ss)
https://github.com/trickfilm400/startingsoon-timer
docker html js starting timer timer-clock timer-counter
Last synced: about 2 months ago
JSON representation
Displays a timer (hh:mm:ss)
- Host: GitHub
- URL: https://github.com/trickfilm400/startingsoon-timer
- Owner: Trickfilm400
- License: mit
- Created: 2022-06-04T05:23:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T19:02:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T09:25:36.510Z (4 months ago)
- Topics: docker, html, js, starting, timer, timer-clock, timer-counter
- Language: HTML
- Homepage: https://trickfilm400.github.io/startingsoon-timer/
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# starting-soon
## Usage
1. open file in webbrowser
### Config
| Query Parameter | required | default value | example |
|-----------------|----------|---------------|---------------------|
| `time` | `yes` | | `1654517897` |
| `color` | `no` | `white` | `red` / `%23fa1c6b` |
| `lang` | `no` | `en` | `de` / `en` |Only `English` and `German` languages are supported right now
### Example
- `http://localhost:63342/startingsoon-timer/index.html?time=1654517897&color=%23fa1c6b&lang=en`
- `http://localhost:63342/startingsoon-timer/index.html?time=1654517897&color=%23fa1c6b`
- `http://localhost:63342/startingsoon-timer/index.html?time=1654517897&color=red&lang=de`
- `http://localhost:63342/startingsoon-timer/index.html?time=1654517897`