reader

An API Compatible Replacement for Google Reader

  • 所有者: devongovett/reader
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    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)
平台
許可證MIT License
發布數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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部