rss-frequency

1.0.2 • Public • Published

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)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.25latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.25
1.0.10
1.0.00
0.0.50
0.0.40
0.0.10

Package Sidebar

Install

npm i rss-frequency

Weekly Downloads

5

Version

1.0.2

License

MIT

Last publish

Collaborators

  • nikezono