Hi Guys
I am building a weather section into my app and have followed the tutorial for using World Weather Online API. I can successfully search a single location and have it fill a grid element. I have also managed to get the response to give a 5 day forecast for a single location using the API. However...
However I would like it to continue filling the grid with multiple locations either from an array of locations or another database of locations (i think the array would be easier). I have tried making an array and adding a loop in JS mapping query but as I suspected it only returns the first Array Item and finishes the query.
When I test the response for multiple locations query separated by a semicolon ; it returns all the data for each location but I cant get it to fill the grid element on my page with all the data for each location one after the other.
Can you please help, have been at it for days now
Here is my code that doesn't do the job...