Skip to content

Instantly share code, notes, and snippets.

@wkoffel
Created February 25, 2014 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkoffel/9202324 to your computer and use it in GitHub Desktop.
Save wkoffel/9202324 to your computer and use it in GitHub Desktop.
Olympic Medals API from Javascript (with Access-Control-Allow-Origin: *)
$(document).ready(function() {
var URL = "http://olympics.clearlytech.com/api/v1/medals/"
$.ajax({
url: URL,
success: function(data) { console.log((data)); },
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment