Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.63 KB

readme.md

File metadata and controls

46 lines (32 loc) · 1.63 KB

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.

Tech

Some interesting modules to investigate:

Some unofficial API documentation on the old Google Reader API that we'd be copying

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:

  • Feed fetching and storing
  • API endpoints
  • Testing
  • etc. We are young!

Check out the issues for more details.

Installation

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