Files
2023-03-09 13:46:46 +01:00

19 lines
579 B
Markdown

# JavaScript Timer
Objective : Make a timer in JavaScript
## Installation
- Go to the [Website](https://lucasvbr.github.io/timer/?minutes=5)
- To set time, you need to add parameters in the URL :
URL syntax : `<URL>?[param1]&[param2]&[...]`
Parameter syntax : `<type>=<value>`
- Differents `type` : `seconds`, `minutes` and `hours`
If there is not parameters : **5 minutes** are in the timer by default
(There isn't order for parameters)
Example :
```url
https://lucasvbr.github.io/timer/?hours=10&minutes=10&seconds=10
```