Skip to content

yogeshwaran01/new-year-countdown-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 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 ❤️