https://github.com/dongyuwei/lonelyreader
lonely reader
https://github.com/dongyuwei/lonelyreader
Last synced: 4 months ago
JSON representation
lonely reader
- Host: GitHub
- URL: https://github.com/dongyuwei/lonelyreader
- Owner: dongyuwei
- Created: 2013-05-22T03:18:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T14:29:01.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T14:45:48.303Z (5 months ago)
- Language: HTML
- Size: 9.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LonelyReader
============
a personal RSS Reader(yes, Google Reader replacement).How to run it:
=======
1. cd lonelyreader/
2. npm install
3. `READER_USERNAME=your_name READER_PASSWD=your_password READER_OPML=your_subscriptions.xml node app.js``READER_OPML` should be your opml(xml) with correct path.
Note:
=======
1. This app use WebSocket to push rss articles after user click a bloger's rss link, so you need a browser which supports WebSocket(chrome,firefox,safari,mobile safari...)Todo:
=======
1. make this app be a offline-first app
2. make a native mobile client
3. use leveldb as cache storageScreenshots:
===========
1.![]()
2.![]()
3.![]()
4.![]()