0.0.0 • Published 13 years ago

feediscovery v0.0.0

Weekly downloads
4
License
-
Repository
github
Last release
13 years ago

build status

Feediscovery

A wrapper around Feediscovery.

Install:

npm install feediscovery

Usage:

var feediscovery = require('./feediscovery.js');

feediscovery('http://thenextweb.com/', function(err, feeds) {
    // Simple, huh!
});
0.0.0

13 years ago