Weather Forecast Library
In this project, we use requests library to create weather forecast report library.
To create weather forecast report, we use OpenWeather API from https://openweathermap.org
You have to generate API Key on https://openweathermap.org to use this functionality.
You have to provide city name or latitude and longitude as input alongwith apikey to get output from library.
To get weather forecast report of next 12 hours with time interval of 3 hours between report.
Find out our library on https://pypi.org/project/hawamaan/ to use in your project.