×

Fique por dentro das últimas notícias do Grêmio atualizadas em tempo real. Mercado da bola, escalações, bastidores e tudo sobre o Tricolor.


const feedUrl = “/feeds/posts/default?alt=json&max-results=10”;

fetch(feedUrl)
.then(res => res.json())
.then(data => {
let posts = data.feed.entry;
let html = “”;

posts.forEach(post => {
let title = post.title.$t;
let link = post.link.find(l => l.rel === “alternate”).href;
let date = new Date(post.published.$t).toLocaleDateString(“pt-BR”);

html += `

`;
});

document.getElementById(“feed-gremio”).innerHTML = html;
});

(function(w,q){w[q]=w[q]||[];w[q].push([“_mgc.load”])})(window,”_mgq”);

Autor

mferreiraoliveski@gmail.com