rss - Feed API: are their any API exist to read the feed easily -


suppose have 10 feed urls.

if want read them, need make 10 requests , need parse every response. feed not well-defined, may error when parser parses them.

are there apis read feed making request them , give me result through response or json?

that mean making 1 request instead of 10, no need parse result , make less processing. apis that?

yes, there : http://superfeedr.com/ normalize data, deal polling or find best way content in realtime. finally, push content you, in format want (atom or json).


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -