Help with Twitch api

An example of getting and maintaining and App Access Token

An example of a Webhook consumer

I’ve not written an example of how to get stream status and display that on a page, as thats just a single got request using the token from the first example.

But for stream status I’ll generally use webhooks, (and I don’t provide an example of creating the topic subscription, as again, it’s just a single got request)