rss-url-parser

3.0.0 • Public • Published

rss-url-parser

npm version CI

A simple Node.js module to parse an RSS feed URL and return an array of JSON objects

Installation

npm install rss-url-parser --save

Usage

const parser = require('rss-url-parser')

const data = await parser('http://mydomain.com/rss')
data.forEach((item) => console.log(item))

Notices

The stub data used for testing is provided by Lorem RSS; The data is licensed under a Creative Commons Attribution 3.0 Unported License.

Readme

Keywords

Package Sidebar

Install

npm i rss-url-parser

Weekly Downloads

87

Version

3.0.0

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • alexchesters