danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

Is it possible to pass custom meta data to each parsed Article? #172

Closed plm75 closed 8 years ago

plm75 commented 8 years ago

For each parsed article, is it possible to pass some custom meta data ? For instance:

{ "applicationSection" : "someSection", userID: "someID" }

plm75 commented 8 years ago

See pull request