0.0.0 • Published 12 years ago

feediscovery v0.0.0

Weekly downloads
4
License
-
Repository
github
Last release
12 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

12 years ago