3.0.0 • Published 11 months ago

rss-url-parser v3.0.0

Weekly downloads
119
License
MIT
Repository
github
Last release
11 months ago

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.

3.0.0

11 months ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.0

8 years ago