UNPKG

@rakh/rss-braider

Version:

Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.

7 lines (6 loc) 179 B
module.exports = function (item, itemOptions, source) { if (itemOptions.title) { itemOptions.title = itemOptions.title.toUpperCase(); } return itemOptions; };