Skip to content

Instantly share code, notes, and snippets.

@vtemian
Created February 14, 2015 15:01
Show Gist options
  • Save vtemian/f586e3deb02b9af2fafa to your computer and use it in GitHub Desktop.
Save vtemian/f586e3deb02b9af2fafa to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.2.js"></script>
</head>
<script>
$.get("https://api.github.com/repos/vmg/redcarpet/issues?state=closed", function(data) {
for(i in data){
console.log(data[i])
}
})
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment