town-crier
Version:
Add multiple RSS feeds or choose from the default ones and get news directly to your command line
52 lines (41 loc) • 1.08 kB
Markdown
Town Crier
======
Add multiple RSS feeds or choose from the default ones and get news directly to your command line.
This application is still in early stages, so it might be rewritten. It is ment for learning purpose only. I've used different approaches to solve problems just for the fun of it.
Installation
------
```bash
$ npm install -g town-crier
```
Usage
------

```bash
$ town-crier
```
```
Usage
$ town-crier <input>
Options
--help Help
--interval Interval in seconds
--dateFormat How you'd like your date format
--sources Comma separated list of rss sources you want to append current list
--reset Reset the config file
Examples
$ town-crier --interval=60
$ town-crier --dateFormat=mm-dd-yyyy
$ town-crier --sources=http://www.vg.no/rss/feed/,http://www.aftenposten.no/rss/
$ town-crier --reset
```
Tests (none)
------
```bash
$ npm test
```
Contribution
------
Contributions are appreciated.
License
------
MIT-licensed. See LICENSE.