Finished my Twitch TV app

It was rough but I finally finished Twitch TV JSON API project.

This is how I did it.

Thanks for the feedback!

Hi! Great job, I like it!
But you will never show the info about closed account because you condition
else if (data.stream === undefined)
will never be true
data.stream will always be either “stream” or “null” and never will be “undefined”

1 Like

Hey, thanks a lot, I really appreciate it!
I was aware of it at first, but I forgot to update my Codepen when I’ve fixed it. And the user we used for this ‘404’ thing somehow appeared on Twitch. Now it works!