Feedbin Nodejs wrapper
This is a simple unofficial wrapper for Feedbin RSS reader.
How to use
Easy! Pass credentials to constructor and optionally a host (skip it for using the official one).
Feedbin-nodejs
methods for interacting with Feedbin will always return a Promise
.
See API docs (wip) for all available methods.
const Feedbin = ;const feedbin = 'username' 'password' 'https://optional.host.com/';// feedbin is ready to use nowfeedbinsubscriptions;feedbinentries;
Roadmap
- Add documentation
- Add tests
Feel free to contribute!