Socket
Socket
Sign inDemoInstall

rss-rx

Package Overview
Dependencies
64
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss-rx

Provides an observable that emits items from an RSS feed.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

rss-rx

Parses an RSS/Atom feed and emits unique articles using Rx.

module.exports(url, [intervalSeconds]) ⇒ Observable

Returns an observable that emits unique items from an RSS feed. See tests for examples.

Kind: Exported function
Returns: Observable - This observable will only complete if intervalSeconds is not specified. Otherwise it will continue to monitor the feed for new articles.

ParamTypeDescription
urlStringThe location of the RSS feed. This can also be an options object that will be recognized by Request.
[intervalSeconds]Integer | BooleanTime between refreshes of the source. Omit to calculate the refresh time from the initial RSS pull. Set to false for a single pull.

Keywords

FAQs

Last updated on 28 Jan 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc