Minimal bare-bones console RSS reader powered by Node.js
[sudo] npm install -g amelia
-
Adding a feed:
amelia add techcrunch http://techcrunch.com/rssfeeds
Aliases:
new
-
List all feeds:
amelia list
Aliases:
all
-
Read a feed:
amelia read techcrunch
Aliases:
r
,get
,fetch
-
Removing a feed:
amelia purge techcrunch
Aliases:
del
,remove
,rm
You should have a mongodb instance running on default port.
- Amelia borrows code and concept from https://github.com/yeexel/node-reader