JSFiddle - React, Tailwind, and code Playground
by mrcl
HTML
<table>
</table>
JavaScript
$.getJSON( "https://beta.ardaudiothek.de/api/podcasts/", function( data ) {
console.log(data);
});
by mrcl
<table>
</table>
$.getJSON( "https://beta.ardaudiothek.de/api/podcasts/", function( data ) {
console.log(data);
});