feed-finder
Stubborn feed auto discovery tool.
There wasn't any satisfyingly determined feed discover tool in npm, so here it is. Highly inspired by damog's feedbag.
Install
For programmatic use in your project:
npm install --save feed-finder
For cli usage:
npm install --global feed-finder
Usage
For programmatic usage see API section.
CLI
CLI command takes only one input as domain:
$> feed-finder mashable.com Search results
If input misses a dot, some popular tld's appended to input. This takes slightly longer time.
$> feed-finder wired Search results
(Some results are clipped from actual result, as they were bloating too much)
Options
--no-guess
Disables known feed endpoint checks, only looks feeds in input url.
--no-www-switch
Disables www switch. By default feed-finder adds missing www and looks for that domain too, and removes www when it's provided.
API
var feedFinder = feedRead = ; ;
feed-read module is given just for sake of this example. There are numerous feed readers parsers in the wild.
License
ISC (c) Can Kutlu Kınay