feed
                                
                                
                                
                                    feed copied to clipboard
                            
                            
                            
                        A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I found that the atom export...
**Describe the bug** Enclosures may not have a title attribute. **To Reproduce** Add Items with Enclosures that have titles. The title attribute is included in the RSS2 feed (it is...
closes #200, closes #189
**Is your feature request related to a problem? Please describe.** Would be great to add support for `style.xsl` files to display "pretty" RSS feeds. **Describe the solution you'd like** **Describe...
According to the spec (https://validator.w3.org/feed/docs/atom.html) rights is NOT mandatory in atom feeds.
According to the spec (https://validator.w3.org/feed/docs/atom.html), language can be supported using `xml:lang`. Unfortunately, this project here does only support it for RSS 2.0 feeds apparently.