Exercise
Use the OpenWeather API to display a weekly forecast for the selected city. The OpenWeather API provides the 5 Day / 3 Hour Forecast collection that can be used. The collection returns a forecast every 3 hours for each day, so, for a weekly forecast, you should just focus on the weather at 12:00pm each day. The forecast should be displayed as a grid list of card components and should be positioned below the current weather of the city.
You can find the solution to the exercise in the Chapter04
folder of the exercise
branch at https://github.com/PacktPublishing/Angular-Projects-Third-Edition/tree/exercise.