Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuz/atom-reader
google like atom reader
https://github.com/mariuz/atom-reader
Last synced: about 2 months ago
JSON representation
google like atom reader
- Host: GitHub
- URL: https://github.com/mariuz/atom-reader
- Owner: mariuz
- License: agpl-3.0
- Created: 2011-03-25T15:01:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T14:03:55.000Z (over 10 years ago)
- Last Synced: 2024-05-01T13:25:59.517Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 5.18 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Atom-reader - The free light-weight RSS/Atom news reader
ABSTRACT
Atom-reader is a web based RSS/Atom reader written in
Javascript. In this release the GUI front end is fully functional but
a backend is written in Node.js and Firebird.
Backend is to converting RSS/Atom feed subscriptions to Json streams
http://rssjs.org/ that can be previwed in the FrontendConversion tools for node
https://npmjs.org/package/rsjKEY FEATURES
* Web 3.0 application
* Keyword based search for news feeds
* Browse and subscribe to feed bundles
* Starring and sharring favourite news items
* Custom tagging and folders
* Tracking of read items
* Loading huge amount of news items in background
* List View, Expanded View, Subscription View, Preferences etc.INSTALLATION TODO: be updated
Step 1. Unzip this distribution under the web server's DocumentRoot
hierarchy.Step 2. Access the feedread.html via http URL.
Optional. Edit reader/mockapi.js and change the default RSS feeds by
changing the FRV_feedlist and FRV_feedinfo variables.TEST CASES
All the testcases can be executed by the command tools/runuitests
(Requires jscoverage in the path)TODO:
* User login with Oauth
* Changes to be persistent on backend
Initial AUTHORS* Loic Dachary
* Chandan Kudige