WeatherOnMap is an ios app that shows you weather forecast according to the place that you've long pressed on the map.
- App was developed based on MVVM architecture and UIKit framework was used.
- OpenWeatherMap api is used to fetch weather info for the given location lat and lon values.
- To run the project, you must have your own api-key that is given by OpenWeatherMap freely.
- But first you must sign up from this link : https://home.openweathermap.org/users/sign_up
- When you get your api-key please copy and paste it on the WeatherOnMap/Utils/Constants -> APIKey constant. Then you are ready to run the app.
- You can use the project for your own purpose without any copy-right issues.
- Following video shows a quick review of the app