You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the Heroku link, the data from the API call isn't appended to the site but instead, I am redirected to another tab that holds the JSON object.
But seeing your DOM.js file, it looks like you're on the right track to implement the functionality that the data is added to the DOM.
Just remember that you'll need to clear the weather data in the DOM before each new API call, otherwise you just end up with a list of data from all previous searches.
The text was updated successfully, but these errors were encountered:
When I use the Heroku link, the data from the API call isn't appended to the site but instead, I am redirected to another tab that holds the JSON object.
But seeing your DOM.js file, it looks like you're on the right track to implement the functionality that the data is added to the DOM.
Just remember that you'll need to clear the weather data in the DOM before each new API call, otherwise you just end up with a list of data from all previous searches.
The text was updated successfully, but these errors were encountered: