Get raw json files from public github repos over CORS.
$(function() {
var url = "http://github-raw-cors-proxy.herokuapp.com/bestiejs/lodash/blob/master/package.json";
return $.getJSON(url, function(package) {
console.log(package);
});
});| Name | Name | Last commit date | ||
|---|---|---|---|---|