🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign 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

4.0.0
latest
Source
npm
Version published
Weekly downloads
161
387.88%
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