feed-to-json

1.0.3 • Public • Published

About

Util for parse RSS feed resources and normalize them to JSON object.

Installation

Install via NPM

 
npm install feed-to-json --save
 

Example

 
var Feed = require('feed-to-json');
 
Feed.load('https://news.google.com/news?pz=1&cf=all&output=rss', function(err, rss){
    console.log(rss);
});
 

Package Sidebar

Install

npm i feed-to-json

Weekly Downloads

13

Version

1.0.3

License

MIT

Last publish

Collaborators

  • harshdoshi999