Skip to content
forked from devongovett/reader

An API Compatible Replacement for Google Reader

Notifications You must be signed in to change notification settings

spartman/reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An API Compatible Replacement for Google Reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published