JSPM

  • Created
  • Published
  • Downloads 385362
  • Score
    100M100P100Q219018F
  • License MIT

Package Exports

  • rss-parser

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rss-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rss-parser

Installation

npm install --save rss-parser

Usage

var parser = require('rss-parser');

parser.parseURL('https://reddit.com/.rss', function(err, parsed) {
  console.log(parsed)
})

rss-parser also exposes parseString and parseFile functions.

Check out the output format in test/output/reddit.json