Skip to content

feiyu2016/2016_Gofr

 
 

Repository files navigation

Gofr

Gofr is a Feed Reader (Google Reader clone) for [Google App Engine] 1. It grew out of my frustration with the relational backend of [grr] 2 and my inability to optimize it beyond unsatisfactory results.

Gofr is written in [Go] 3, and uses the [Google Cloud Datastore] 4. It was one of the [Google Cloud Developer Challenge] 6 finalists.

Screenshot

Features

  • Folders
  • Tagging
  • Article and subscription filtering
  • Keyboard navigation support with extensive support for Google Reader's keyboard shortcuts (press ? to view available shortcuts)
  • OPML import/export
  • Article sharing to Google+, Facebook and Twitter
  • Mobile browser support
  • High-density screen support

Installation

To run locally on development server:

  1. Clone the repository: git clone https://github.com/pokebyte/Gofr.git
  2. Install the go-charset library: go get code.google.com/p/go-charset/charset
  3. Run the development server: goapp serve Gofr/

To deploy:

  1. Clone the repository: git clone https://github.com/pokebyte/Gofr.git
  2. Change into the new directory: cd Gofr
  3. Edit app.yaml and change the name of the application (initially "gofr-io") to one of your choosing
  4. Deploy to production: goapp deploy

Dev Server Notes

When running in production, Gofr routinely (every 10 minutes, configurable in cron.yaml) runs a cron job to update feeds. Since the development server does not support cron jobs, the feeds will need to be updated manually by logging in to the application as an Administrator, and opening the cron job URL in a web browser: http://localhost:8080/cron/updateFeeds.

About

Feed Reader for App Engine (Google Reader clone)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.7%
  • JavaScript 28.9%
  • CSS 9.4%