Skip to content

Instantly share code, notes, and snippets.

@digitaltim-de
Last active August 11, 2019 22:55
Show Gist options
  • Save digitaltim-de/e747edeed933808d847538e218088ecd to your computer and use it in GitHub Desktop.
Save digitaltim-de/e747edeed933808d847538e218088ecd to your computer and use it in GitHub Desktop.
var msg = '';
json_body.forEach(function(match) {
console.log(match);
var msg += '1. Mac: '+match.team1_score+' : '+match.team2_score+' - GOTV: '+match.ip+':'+match.gotv_port+'\n';
});
console.log(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment