Skip to content

A module that's able to extract feed urls from any url.

Notifications You must be signed in to change notification settings

superfeedr/feender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A module that's able to extract feed urls from any url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages