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

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)

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`

![Example Image](exampleImage.png)