-
Post de prueba MaxisFlow news!
por Emilio Ferreyra | MaxisFlow •// src/lib/blog.ts import Parser from "rss-parser"; let lastPostId: string | null = null; export async function hasNewBlogPosts(): Promise { const parser = new Parser(); const feed = await parser.parseURL("https://maxisflow.substack.com/feed"); if (!feed.items?.length) return false; const latestPost = feed.items[0]; // el más reciente // Si nunca hemos guardado nada, lo consideramos nuevo if (!lastPostId) { lastPostId = latestPost.link ??
-
Explorando "Inception"
por Emilio Ferreyra | MaxisFlow •El Impacto de la Película de Christopher Nolan y su Influencia en la Vida Real