Weather Forecast App
Posted on January 18, 2021
This application was created with the goal of understanding what potentially useful application I can make in a short time.
The following functionality is available:
- determining the user location when starting the application and displaying the local weather;
- top 20 popular cities in the country;
- the weather at the moment;
- animation of a sunny day, sunrise and sunset times;
- weather for the coming days;
- the weather in your city for a month;
- viewing cities by region (various types of sorting);
- adding / removing cities to favorites;
- view the list of favorite cities.
Only the client was developed, the application takes all data from open APIs:
P.S. The application is only available in Russian, but if you need, there is a Google translator. Some cities' functionality is relevant only for Russia.
P.P.S. Some weather forecast values are copied from the nearest dates due to the limitations of the free OWM API.
Update 01.08.2022
I created proxy for Geohelper to enforce HTTPS. So no weather app can be used with HTTPS.