How could I get this JSON from jQuery and iterate it? I'm trying this:
$.post( 'https://ubuntu-mate.org/apps.json', function( data ) {
console.log(data);
});
But I'm getting a 405 Not Allowed
error. But if you visit from your browser you can access it.
Thanks in advance!