New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rss-url-parser

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-url-parser

A simple node module to parse an RSS feed from a URL

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
63
43.18%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

rss

FAQs

Package last updated on 17 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts