0.1.0 • Published 9 years ago

feender v0.1.0

Weekly downloads
-
License
BSD
Repository
-
Last release
9 years ago

Feender

This is a simple node.js (pure javascript) module that's able to extract feed urls from any url. This is based on Feediscovery, but functions locally, to avoid the outrageous charges from GAE.

Example:

feender('http://blog.superfeedr.com', function(error, feeds) {
	console.log(feeds[0].title); // 'Atom Feed'
	console.log(feeds[0].href); // 'http://blog.superfeedr.com/atom.xml'
	console.log(feeds[0].type); // 'application/atom+xml'
	console.log(feeds[0].rel); // 'alternate'
});

Works great with Superfeedr!

0.1.0

9 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago