Skip to content

Instantly share code, notes, and snippets.

@kabeer11000
Created June 9, 2020 18:31
Show Gist options
  • Save kabeer11000/a6148b490ce41c7c353b686ef4c698f4 to your computer and use it in GitHub Desktop.
Save kabeer11000/a6148b490ce41c7c353b686ef4c698f4 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$.getJSON('https://kabeer11000.github.io/JSONAPIS/prominecraft/minecraft.json', function(data) {
for (var i = 0; i < data.length; i++) {
console.log(data[i].name)
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment