Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

Instagram

Twitter

GitHub

DockerHub

## License

The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).