Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarneo/town-crier
Add multiple RSS feeds or choose from the default ones and get news directly to your command line
https://github.com/bjarneo/town-crier
Last synced: 3 days ago
JSON representation
Add multiple RSS feeds or choose from the default ones and get news directly to your command line
- Host: GitHub
- URL: https://github.com/bjarneo/town-crier
- Owner: bjarneo
- License: mit
- Created: 2016-03-28T10:15:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T08:00:41.000Z (over 1 year ago)
- Last Synced: 2024-10-30T03:25:32.551Z (14 days ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
------
![town-crier](http://i.imgur.com/4G0V429.gif)```bash
$ town-crier
``````
Usage
$ town-crierOptions
--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 fileExamples
$ 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.