Socket
Socket
Sign inDemoInstall

rss-frequency

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss-frequency

Small Library which return milliseconds of avarage update frequency in rss feed


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

rss-frequency Build Status

NPM

What is it

RSS-Frequency is Small Library avarage update frequency of rss feed.

##install

####NPM INSTALL:

npm install rss-frequency

####package.json:

{
  "dependencies":{
    "rss-frequency": "*"
  }
}

Usage

freq = require 'rss-frequency'
feed = 'http://github.com/nikezono.atom'

freq feed,(error,interval)->
  console.log interval
  # -> 109127.0623 (second per publishing article)

Keywords

FAQs

Last updated on 23 Jul 2014

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