Feeder.js
Automated feed watcher
Installation
$ npm install feeder-js
Features
- You can add multiple feeds to the app
- Portable Feed class
- Easy to handle
Example
Add a new RSS Feed to the App
Instantiate a new Feeder App
var Feeder = Feedervar feeder =
Add a RSS Feed to the App
feeder
Watch a RSS Feed
feeder
Stop a RSS Feed Watcher
feeder
Tests
To run the test suite, first install the dependencies, then run npm test
:
$ npm install$ npm test