cool. ty. however, I don’t actually know how to make a ‘get’ request in javascript. Everything I try by googling it doesn’t work…
Or, the link could be incorrect? I tried (for example):
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( “GET”, “https://api.twitch.tv/kraken/channels/normalice”, false );
this gives me the same result (basically everything null) when i’m online as when i am offline.