Socket
Socket
Sign inDemoInstall

find-rss

Package Overview
Dependencies
7
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    find-rss

find rss feeds


Version published
Maintainers
1
Install size
1.67 MB
Created

Readme

Source

node-find-rss

find rss feeds in url

wrapper of htmlparser2

##install

using npm:

npm install find-rss

*or using package.json:

"find-rss": "*"

##usage # Coffeescript finder = require 'find-rss' finder "http://www.apple.com/",(candidates)-> console.log candidates

  # =>
  # [ { rel: 'alternate',
        type: 'application/rss+xml',
        title: 'RSS',
        href: 'http://images.apple.com/main/rss/hotnews/hotnews.rss',
        url: 'http://images.apple.com/main/rss/hotnews/hotnews.rss' } ]

Keywords

FAQs

Last updated on 11 Jun 2013

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