GoogleChromeLabs / devwebfeed

Firehose of team++ resources
https://devwebfeed.appspot.com/
Apache License 2.0
133 stars 46 forks source link
aggregator feed web

Development

Create credential files

Installation

Setup it up:

yarn

Build it:

yarn build

Run it

Serve it:

yarn start-dev

Navigate to http://localhost:8080/. The page will update in realtime as people add posts. The start-dev script will reload nunjucks as changes are made.

Navigate to http://localhost:8080/ssr will serve the server-side rendered version of the app using headless Chrome.

Signing in (top of the page) allows admins to remove posts submitted by humans (not bot posts like RSS or Tweets). The first time you try to remove a post, you'll sign in through Google's OAuth flow.

Deploy

To deploy:

yarn deploy

Extension

A companion chrome extension is available to share posts on the feed you find interesting and which are not automatically pulled in. Things like gists, release notes, samples, external articles).

Note: The first time you share an URL, an OAuth popup will open asking you to login. This is so we know who added the post.

Apache 2.0 © 2018 Google Inc.