zeus.ugent.be/content/index.coffee
Lorin Werthen 2e18e46df0 hover!
2016-07-05 22:38:59 +02:00

2 lines
114 B
CoffeeScript

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