A nice weather that helps you get all information including: current weather

WeatherForecast

This is an ongoing project where I fetch all the weather data using Retrofit and Kotlin Coroutines over two APIs containing both current, hourly weather and forecasts for 16 days.

To get the current and hourly weather data based on the device location i am using API of weatherapi.com

To get the weather forecast for the next days, I am using API of weatherbit.io

The overall look of the app:

GitHub

View Github