weather

{‘location’}->{‘city’};
$temp_f = $parsed_json->{‘current_observation’}->{‘temp_f’};
echo “Current temperature in ${location} is: ${temp_f}\n”;
?>

Speak Your Mind

*