could someone help me (a total Noob) out with a Problem i currently have? I want to show my Past Broadcasts from Twitch under the regular Stream Window on my Website.
But how do i actually show it on my Website? Sorry i’m a total Noob and really don’t know what to do with it. I’ve searched the Forum but i’ve only found the API Link above… no actual “Copy/Paste Method” for me as a Noob who totally doesn’t understand anything
You need parse the JSON file and load it into your page.
If you are running a PHP application, you could do it server side, if you want.
I would recommend loading it directly in the client with JavaScript.
To load it with JavaScript, you need to learn some JS basics and how to use AJAX.