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

**Is your feature request related to a problem? Please describe.** In my use case, I create feed at the beginning and add item gradually, this process can take very long...

I'd like to add a processing instruction to the xml, specifically a stylesheet: `` I've had a good look around the code but I can't a way of doing it...

The RSS2 feed does not have the `source` sub element - https://validator.w3.org/feed/docs/rss2.html#ltsourcegtSubelementOfLtitemgt

**Describe the bug** `copyright` and `id` are required in the typings for `FeedOptions` (equivalent to "channel" in the RSS 2.0 spec): https://github.com/jpmonette/feed/blob/fd77835d23990670975092c15009c75432e258ac/src/typings/index.ts#L48-L67 **Expected behavior** They shouldn't be required. The only...

**Is your feature request related to a problem? Please describe.** I need to create a feed for Flipboard platform, that is a common RSS with a small difference for the...

question

Hi **Describe the solution you'd like** It would be nice to allow the passing of optional RSS Channel parameters (i.e. https://validator.w3.org/feed/docs/rss2.html#optionalChannelElements). For example, right now I have no option to...

**Is your feature request related to a problem? Please describe.** Pretty much just want to add one `enclosure` tag, with a url and type. Can't find anything in the typings...

**Is your feature request related to a problem? Please describe.** Same problem as this [issue ](https://github.com/jpmonette/feed/issues/37) and opening a new issue due to [this comment](https://github.com/jpmonette/feed/issues/37#issuecomment-410445728) A clear and concise description...