feed2md
v0.1.0
Published
Convert RSS and Atom feeds to readable Markdown
Maintainers
Readme
feed2md
Library package for converting RSS and Atom feeds to Markdown.
Install
pnpm add feed2mdUsage
import { feed2md } from 'feed2md'
const markdown = await feed2md('https://example.com/feed.xml')
console.log(markdown)For full docs and CLI usage, see the repository README.
