birdreader
birdreader copied to clipboard
Home-made Google Reader replacement powered by Node.js and Cloudant
I've done `npm i` and tweaked just the `cloudant` bits in `config.json` as well as setup an API key/secret with `_admin` privs on both the `articles` and `feeds` databases. But...
IF I am adding a feed AND BirdReader fails to find the RSS url in the page supplied THEN I should get some feedback to say that it failed.
I have made a small change to the article.js to allow for searching for normal couchdb setups via elasticsearch and the couchdb river https://github.com/elasticsearch/elasticsearch-river-couchdb Once the river plugin is installed...
I personally need to be able to tag each article ... and to browse articles by tag. The API should have related methods to retrieve articles by article tags. Have...