Skip to main content
Module

x/rss/mod.ts>RSS1

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
interface RSS1
import { type RSS1 } from "https://deno.land/x/rss@1.0.4/mod.ts";

Properties

channel: Channel
image: Image
textInput: { about: string; title: string; description: string; link: string; name: string; }
item: Item[]