you can get the current follower count by calling
Twitch.api.get(“channels/:name/follows”).done(function(channel){ console.log(channel._total); });
you can get the current follower count by calling
Twitch.api.get(“channels/:name/follows”).done(function(channel){ console.log(channel._total); });