Skip to content

Python script that defines a Flask web application that displays the next upcoming event and the time remaining until that event. The application reads a file containing a list of events and their corresponding dates, and checks which event is the next to occur.

License

Notifications You must be signed in to change notification settings

Patchoulino/countdown

Repository files navigation

countdown

python web page that shows a countdown to a specific date from a file

python app.py python app.py -p 5000 -f countdown_dates.txt python app.py --port 5000 --file countdown_dates.txt

Docker

docker build . docker run -p 5000:5000 IMAGE_ID

docker-compose up

About

Python script that defines a Flask web application that displays the next upcoming event and the time remaining until that event. The application reads a file containing a list of events and their corresponding dates, and checks which event is the next to occur.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published