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

There is a new version available: JSON Feed Version 1.1 but the npm package supports 1.0 ref: https://jsonfeed.org/version/1.1

related #82 Hi, based on #82 I added the ability to add extra items. I still need to add some documentation, but could you review this to make sure that...

There's no Media RSS tags inside Item, could this functionality be added, or there are any way I can add customize objects in item? thanks. https://www.rssboard.org/media-rss

Hello I noticed, you put the items description inside CDATA... would it be possible for you to allow us bypass it and let us be in charge of escaping this...

Adds "podcast" and "category" options that allow RSS2 feeds to expose podcasts in a way compliant with Apple and Google's minimum recommendations as described here https://support.google.com/podcast-publishers/answer/9889544?hl=en

Right now the tests don't run on Windows because of the use of export. `cross-env` is a well-known package that takes care of this and allows the tests to work...

**Is your feature request related to a problem? Please describe.** I want to set the author of the post in RSS. **Describe the solution you'd like** Use `dc:creator` in order...

question

I have about 500 markdown files which have a total size up to 10M to generate, for now, it's taking a bit more memory while rendering. Can we use stream,...

In RSS 2 the description may contain the full text and the content can be omitted when there is not a short version available: https://cyber.harvard.edu/rss/rss.html#hrelementsOfLtitemgt However a JSON feed will...