ghostmkg / programming-language

You write code in any programming language you want. And push the code.
33 stars 79 forks source link

Weather Application with City Weather Data Logging #28

Closed UmeshIsu closed 4 days ago

UmeshIsu commented 5 days ago

This pull request introduces the first version of a Weather Application that allows users to fetch and log weather information for any city using the OpenWeatherMap API.

Key features:

User Input for City: Users can input the name of any city to get the latest weather details. Real-Time Weather Data: The app retrieves the current weather conditions such as temperature, wind speed, humidity, and weather description for the specified city. Sunrise & Sunset Times: Provides users with accurate sunrise and sunset timings for the city. Coordinate Information: Displays the latitude and longitude of the city. Data Logging: Automatically saves the weather details into a text file, allowing users to keep a record of the data for future reference. Error Handling: Detects invalid city inputs and informs users when the city is not found in the API.

Assign me to the hacktoberfest.