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);
});
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    13
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i feed-to-json

Weekly Downloads

13

Version

1.0.3

License

MIT

Last publish

Collaborators

  • harshdoshi999