From 928f468b1e223b60c3334f01eb0f52dc770af07f Mon Sep 17 00:00:00 2001 From: Amosco6154 Date: Wed, 23 Oct 2024 13:37:09 +0300 Subject: [PATCH] Create weather forecast An input for users to type city name Display current weather including weather condition, temperature, humidity, wind speed, and date and time Visualization to display the temperature change, humidity change, and weather conditions of each day --- weather forecast | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 weather forecast diff --git a/weather forecast b/weather forecast new file mode 100644 index 00000000000..bd01ac451f3 --- /dev/null +++ b/weather forecast @@ -0,0 +1,2 @@ +An input for users to type city name +Display current weather including weather condition, temperature, humidity, wind speed, and date and timeVisualization to display the temperature change, humidity change, and weather conditions of each day