Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlearchive/wReader-app
RSS Reader written using AngularJS
https://github.com/googlearchive/wReader-app
Last synced: 2 months ago
JSON representation
RSS Reader written using AngularJS
- Host: GitHub
- URL: https://github.com/googlearchive/wReader-app
- Owner: googlearchive
- Archived: true
- Created: 2012-07-04T01:24:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T11:51:29.000Z (about 4 years ago)
- Last Synced: 2024-06-22T22:03:05.393Z (5 months ago)
- Language: JavaScript
- Size: 720 KB
- Stars: 272
- Watchers: 28
- Forks: 88
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wReader (Chrome App)
wReader is a simple web feed reader implemented as a Chrome Platform app using [AngularJS](http://angularjs.org/).
![wReader screenshot](https://raw.github.com/GoogleChrome/wReader-app/master/docs/wReader.png)
## Installation
1. Clone this repo
2. Download Chrome Canary and Start
3. Open and enable `Experimental Extension APIs`
4. Relaunch the browser
5. Open
6. Check `Developer Mode`
7. Click on `Load unpacked extension...` and select the root of this projects directory
8. Open new tab and click on `wReader` icon## Architecture
![wReader Architecture Diagram](https://raw.github.com/GoogleChrome/wReader-app/master/docs/wReader-arch.png)
## Technologies Used
- [Chrome App Platform](http://developer.chrome.com/trunk/apps/about_apps.html)
- [`chrome.experimental.app`](http://developer.chrome.com/trunk/apps/app_lifecycle.html)
- [`chrome.storage.sync`](http://code.google.com/chrome/extensions/dev/storage.html)
- [`chrome.storage.local`](http://code.google.com/chrome/extensions/dev/storage.html)
- [`chrome.alarms`](http://code.google.com/chrome/extensions/dev/alarms.html)
- [`sandboxed pages`](http://code.google.com/chrome/extensions/dev/manifest.html#sandbox)
- [AngularJS](http://angularjs.org/)
- [Twitter Bootstrap](http://twitter.github.com/bootstrap/)