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

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...

enhancement
good first issue

**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...

**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...

enhancement
good first issue

According to the spec (https://validator.w3.org/feed/docs/atom.html) rights is NOT mandatory in atom feeds.

enhancement
good first issue

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.

enhancement
good first issue