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's no mention in the docs of how to add categories per item, and when I add them within feed.addItem none appear. Am I adding them wrongly? Or if they're...

**Is your feature request related to a problem? Please describe.** When writing a post it happens a lot that it might contain invalid XML characters **Describe the solution you'd like**...

**Describe the bug** When generating an RSS version 2 feed the "docs" field is hard coded to http://blogs.law.harvard.edu/tech/rss and cannot be overridden by config parameters. **To Reproduce** Steps to reproduce...

If my recordset is not sorted by descending date my feed is out of order. It would be nice if there was a sort before the render. I noticed this...

enhancement
good first issue

Hi, Wondering if I could generate something like this? Where rel = next and I can specify the specific href ? Thanks

**Describe the solution you'd like** It would be nice to allow the passing of scheme and label parameters to the Category element. Also, Category element should be available for Entry...

**Describe the bug** The `FeedOptions` interface lists `feed` and `feedLinks` as required (without `?`) which means that *both* of these keys must be set or TypeScript complains. **To Reproduce** Copy...

**Describe the bug** When trying to install dependencies with yarn, I see error below: ``` Internal Error: The "yarn-path" option has been set (in /Users/yshrsmz/repos/github.com/yshrsmz/feed/.yarnrc.yml), but the specified location doesn't...