node-rss icon indicating copy to clipboard operation
node-rss copied to clipboard

RSS feed generator for Node.

Results 46 node-rss issues
Sort by recently updated
recently updated
newest added

Some RSS feed subscription services (Inoreader, Stitcher.com), don't like it when there's `CDATA` in the `` and `` of the site, so I suggest adding a flag that allows you...

Hello, how can I add an additional xmlns:content attribute to the parent `` tag? Example: ``

The code shows examples of setting the `author` attribute on the feed object, but this is not actually documented in the README and thus did not make it into the...

Hi, I was getting an error on multiple Gatsby Builds until I added this attribute to the existing list of attributes. Error: error on multiple lines: Namespace prefix media on...

... I think? As detailed here: https://github.com/NodeBB/NodeBB/issues/10682 The [U+001B ESCAPE](https://codepoints.net/U+001B) causes issues with this module.

I'm not sure whether this is useful for others. In our case we were checking E-Tag header to figure out any feed change. Because this lastBuildDate is auto generated, the...

I needed to send data from my db to Google Merchant Center. So I used you lib to transform my JSON to rxx format but I needed to stream it...

Wondering if it was possible to add a last updated attribute to the works. Wanting my content to have a date for the last time I change things for Google...

some have _ some are camel. some of the main attributes are camel case, some are not. can we switch all to camel for cleanliness and sanity? ``` lib/posts.js 251:4...