reader

An API Compatible Replacement for Google Reader

  • 所有者: devongovett/reader
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

概览

名称与所有者devongovett/reader
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证
发布数0
创建于2013-03-14 00:41:05
推送于2013-05-07 07:00:08
最后一次提交2013-05-06 23:59:59
星数355
关注者数57
派生数26
提交数174
已启用问题?
问题数8
打开的问题数5
拉请求数6
打开的拉请求数0
关闭的拉请求数3
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部