How to Append API Data into Separate Divs

Hi, folks!

How do I get my API information to append into separate Divs? Currently I have them just dumped into one div, and it looks messy and untidy. I want them to look neat and organized. Can you possibly point me in the right direction towards achieving this?

Here is a link to my project: https://codepen.io/IDCoder/pen/oVVbOq

Here is my particular area of code as of now:

‘’$(’.displayOutPutHere’).append(’

’+channel+’ is '+target + streamContent);"

This thread may be helpful:

@DanCouper, thankyou. I’m bout to check that out right now!

1 Like