Weather
This class represents weather information for a specific city, including the temperature range and current conditions. It is designed to store and manage basic weather data.
Attributes
-
city: string
- The name of the city.
-
temperature_range: string
- The range of temperatures in the city.
-
conditions: string
- The weather conditions in the city.