Skip to main content
Module

x/rss/mod.ts>parseFeed

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Latest
function parseFeed
import { parseFeed } from "https://deno.land/x/rss@1.1.1/mod.ts";

Parse Atom or RSS into a common Feed type

Parameters

input: string

or RSS XML string

Returns

Promise<Feed>