https://github.com/ohorbatiuk/weekday
Indicator application for showing a day of the week in Ukraine language.
https://github.com/ohorbatiuk/weekday
holiday holidays iot iot-server json-api json-server lametric lametric-app lametric-time server ukraine ukrainian-language weekday weekdays
Last synced: 3 months ago
JSON representation
Indicator application for showing a day of the week in Ukraine language.
- Host: GitHub
- URL: https://github.com/ohorbatiuk/weekday
- Owner: ohorbatiuk
- Created: 2020-10-23T19:24:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T21:47:03.000Z (5 months ago)
- Last Synced: 2025-08-30T15:31:27.414Z (4 months ago)
- Topics: holiday, holidays, iot, iot-server, json-api, json-server, lametric, lametric-app, lametric-time, server, ukraine, ukrainian-language, weekday, weekdays
- Language: PHP
- Homepage: https://apps.lametric.com/apps/%D0%B4%D0%B5%D0%BD%D1%8C_%D1%82%D0%B8%D0%B6%D0%BD%D1%8F/11056
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Introduce
The server of the [День тижня](https://apps.lametric.com/apps/%D0%B4%D0%B5%D0%BD%D1%8C_%D1%82%D0%B8%D0%B6%D0%BD%D1%8F/11056) application for **LaMetric Time** device.
# Docker
Build image:
```bash
docker build \
--build-arg TIMEZONE=$(grep ^TIMEZONE .env | cut -d '=' -f2) \
-f Dockerfile.publish \
-t ohorbatiuk/weekday .
```
Run container:
```bash
docker run -d -p 80:80 --name weekday-app ohorbatiuk/weekday
```