Twitch TV Project

What I am trying to do is get the information from this JSON data set like all the names, logos and statuses in my javascript but I’m getting no where.

https://codepen.io/jrobertconway/pen/Lygpqg?editors=0011

When in doubt, you can always try console.logging the data passed by .getJSON to see if you’re actually getting data.

There are some results that have no stream property (or set to null), so you might want to check first if stream exists and that it isn’t null.