Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointless-code/is-it-friday-yet
A .less docker container helps you track the coolest day of the week.
https://github.com/pointless-code/is-it-friday-yet
code coding docker funny is-it-friday-yet pointless
Last synced: 1 day ago
JSON representation
A .less docker container helps you track the coolest day of the week.
- Host: GitHub
- URL: https://github.com/pointless-code/is-it-friday-yet
- Owner: pointless-code
- License: mit
- Created: 2024-06-12T23:02:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:38:38.000Z (3 months ago)
- Last Synced: 2024-08-18T18:55:43.934Z (3 months ago)
- Topics: code, coding, docker, funny, is-it-friday-yet, pointless
- Language: Python
- Homepage: https://hub.docker.com/r/pointlesscode/is-it-friday-yet
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![ITFY](https://github.com/pointless-code/is-it-friday-yet/assets/18129171/1b72bdcc-daca-426c-84c8-e1065f9bbd4b)
## About IsItFridayYet?
A .less docker container helps you track the coolest day of the week.
## Pull from docker
```bash
docker pull pointlesscode/is-it-friday-yet:latest
docker run --rm pointlesscode/is-it-friday-yet// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York pointlesscode/is-it-friday-yet
```## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker pull is-it-friday-yet:latest
docker run --rm is-it-friday-yet// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York is-it-friday-yet
```## Social
.less
GitHub
DockerHub## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).