2 lines
114 B
CoffeeScript
2 lines
114 B
CoffeeScript
$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) ->
|
|
$('#top-coder-name').text(data[0].github_name)
|