feed icon indicating copy to clipboard operation
feed copied to clipboard

A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀

Results 67 feed issues
Sort by recently updated
recently updated
newest added

As per the RSS2 spec > `` is an optional sub-element of ``. > > It's the email address of the author of the item. For newspapers and magazines syndicating...

Unfortunately [RSS 2.0](https://intertwingly.net/wiki/pie/Rss20AndAtom10Compared#u) and JSON Feed do not have an equivalent, but [Atom 1.0 allows specifying a base URL](https://datatracker.ietf.org/doc/html/rfc4287#page-4) that relative URLs inside the feed item's content are relative to....

Enclosures weren't really supported. #111.

Hi, how can the pubDate can be in ISO-8601 format? when I try to ```addItem``` with string in the date field I get a typescript error.

I struggled trying to find what to write each field. So I searched a bit in the code and the specs. I think I made some wrong assumptions, so I...

**Describe the bug** I am sure if the RSS feed should use `FeedOptions.id` instead of `FeedOptions.feed`, as the `feed` attribute is only used by rss2 and the `id` attribute is...

**Is your feature request related to a problem? Please describe.** Hello, I tried to add width & height tag for image, but I think currently is not possible? ``` ......

In the `` URL of an Atom 1 feed, a `&` in the URL is mistakenly escaped twice, appearing as `&`. **Steps to reproduce:** ``` node -e 'const Feed =...

Sometimes it's necessary that the "updated" field of the feed needs to be updated, like adding New Item or so. So I exposed a new method so that the "updated"...