dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

How to add new items to existing feed? #75

Closed natashache closed 6 years ago

natashache commented 6 years ago

Newbie question here: how do you add new items to a feed that's created earlier? After creating a feed link with initial setups, how do you add new items to it at a later date? Can you retrieve the feed object with the cached xml somehow?