Use fetch to call a third party API
Handle the response using callback functions
Create new HTML elements and append them to a parent element, like a container div, etc.
Parse and display data of your choice
Add styles to your data as needed using element.classList.add(“mystyle”)