Skip to content

ankitmanchandaa/rss2object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss2object

Converts a RSS feed URL into JSON format.

It covers all tags listed under RSS Feed including required and optional too.

var converter = require('rss2object);

converter.url2Object(rssUrl, function(err, json){ console.log(json); });

About

Converts a RSS feed URL into JSON format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published