Python weather informer (OpenWeatherMap API)
Developed a console application for obtaining current meteorological data in real time. The project demonstrates skills in working with external services and processing structured data.
Key functionality:
Integration with REST API: Used the OpenWeatherMap service to obtain accurate data on temperature, humidity, and wind.
JSON processing: Implemented parsing of complex responses from the server and outputting them in a user-friendly format.
Localization: The script fully supports the Ukrainian language (both interface and data from the server).
Error handling: Added a system for checking city names and a "demo mode" for stable demonstration of the interface's operation.
Technology stack: Python 3.14, Requests, JSON, Datetime.
Key functionality:
Integration with REST API: Used the OpenWeatherMap service to obtain accurate data on temperature, humidity, and wind.
JSON processing: Implemented parsing of complex responses from the server and outputting them in a user-friendly format.
Localization: The script fully supports the Ukrainian language (both interface and data from the server).
Error handling: Added a system for checking city names and a "demo mode" for stable demonstration of the interface's operation.
Technology stack: Python 3.14, Requests, JSON, Datetime.