Google reader is shutting down. A lot of people use it. A lot of apps depend on its API. This project will be an attempt to create an API compatible replacement so those apps will continue to work by simply changing the API end point. I have no plans to build a frontend UI replacement, just the backend API. Once we have the Google Reader API working, we may be able to add extensions to it so that apps can add additional features that weren't previously possible.
Get in touch on Twitter or IRC (#reader on Freenode) and let me know! :) Feel free to fork this repository and send pull requests implementing features. Once you've sent a couple good ones, I'll add you as a contributor to the project to commit directly.
Things to work on:
Check out the issues for more details. If you're working on something, please mark it so we don't duplicate effort.
If you're interested in contributing and don't quite know where to begin, you should read the design documentation on the wiki which explains the overall architecture of the project. If you think something is missing from that page, don't hesitate to file an issue or hop in the #reader IRC channel on Freenode to ask questions!
Some interesting modules to investigate:
Some unofficial API documentation on the old Google Reader API that we'd be copying
Some documentation on the dirtier side of RSS/Atom feeds: https://docs.google.com/document/d/1cvq67iQpk2C7ufOsefsfKnGCXeUIv46NQHbnHkm8PtU/edit?usp=sharing
A mailing list discussing the future of RSS syncing: http://lists.ranchero.com/listinfo.cgi/rss-sync-ranchero.com
npm install
to install the dependenciesRun the API server with:
npm start
Or run the tests with:
npm test
MIT