reader

An API Compatible Replacement for Google Reader

  • Owner: devongovett/reader
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Build Status

What is this?

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.

Want to help?

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:

  • API endpoints - almost complete, only a few remaining unimplemented APIs and a few TODOs in the code.
    See a list of what's done and what needs work here.
  • Testing - we could always use more of it
  • Feed fetching and storing - this is the major project to work on. It somewhat kind of works at this point,
    and it needs to be rock solid and battle tested with lots of real world feeds and situations, some of which are listed
    here. The bug for discussion
    is here.
  • etc. We are young! See the issues page for more info.

Check out the issues for more details. If you're
working on something, please mark it so we don't duplicate effort.

Design Documentation

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!

Tech

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

Installation

  1. Install MongoDB if you haven't already.
  2. Install Node.js if you haven't already.
  3. Install Redis if you haven't already.
  4. Clone this repo using Git
  5. Run npm install to install the dependencies

Run the API server with:

npm start

Or run the tests with:

npm test

License

MIT

Overview

Name With Ownerdevongovett/reader
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
Release Count0
Created At2013-03-14 00:41:05
Pushed At2013-05-07 07:00:08
Last Commit At2013-05-06 23:59:59
Stargazers Count355
Watchers Count57
Fork Count26
Commits Count174
Has Issues Enabled
Issues Count8
Issue Open Count5
Pull Requests Count6
Pull Requests Open Count0
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top