Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.63 KB

🎉 New Year Count Down 🎉

New Year CountDown using Python Datetime Module and Flask.

Live App


How its work

Python Function returns the day and time for the Next New Year. Flask route path return the json of that day and time of the Next Year. This Javascript Function send the Http Request for that Flask route path. It gets updated each seconds by running the Function by sending the requests.

Website

Website for the live App

Local

Web App

git clone https://github.com/yogeshwaran01/new-year-countdown-python

cd new-year-countdown-python

python app.py

CLI

git clone https://github.com/yogeshwaran01/new-year-countdown-python

cd new-year-countdown-python

python cli.py

Made With Python ❤️