so, so ?
<?php
$url = 'https://api.twitch.tv/kraken/users/gronkh';
$json = cURL($url);
$data = json_decode($json, true);
$followers = $data['followers'];
echo "followers: $followers";
?>
doesn’t work 
so, so ?
<?php
$url = 'https://api.twitch.tv/kraken/users/gronkh';
$json = cURL($url);
$data = json_decode($json, true);
$followers = $data['followers'];
echo "followers: $followers";
?>
doesn’t work 