$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) -> str = "" for x in data str += """ """ str += "
#{x.github_name} #{x.score}
" $('#gamification-coders').html(str)