feed
                                
                                
                                
                                    feed copied to clipboard
                            
                            
                            
                        A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! š
**Is your feature request related to a problem? Please describe.** Atom feeds support `type="text"` for titles and summaries. But the current implementation always sets it to "html". For the 3...
Seems to me that non url GUIDs would be more portable. However Iām getting the following error from feed validators: ``` guid must be a full URL, unless isPermaLink attribute...
**Is your feature request related to a problem? Please describe.** Writing routes in Next.js which will return feeds generated by this library, but unsure what headers to send with the...
**Is your feature request related to a problem? Please describe.** Not a problem. It would be nice to be able to signify/associate an xml stylesheet. See: https://darekkay.com/blog/rss-styling/. **Describe the solution...
I am attempting to add additional fields to an rss2 feed item outside of the core `Item` but they do not seem to be exposed in the feed. In my...
JSON Feed 1.1 [supports avatar links for authors](https://www.jsonfeed.org/version/1.1/). This PR adds that support.
I am trying to change the image which appears on my RSS feed banner, I used image option in the feedOptions but it is not changing I don't know what...
**Describe the bug** Only one atom:link in RSS2 is posible at the moment. If you have atomLink and hub option at the same time, only the last one is added...
**Is your feature request related to a problem? Please describe.** i need to include rel="related" links in an atom feed i'm publishing. **Describe the solution you'd like** allow adding links...
