Skip to content

dbreunig/feedpass

 
 

Repository files navigation

FeedPass

FeedPass is a browser extension that discovers RSS feeds as you browse the web. Subscribe to feeds with Feedbin.

  1. FeedPass detects <link rel="alternate"> feed tags on pages you visit.
  2. FeedPass lets you know when feeds are found, and adds them to your feed list.
  3. Log in with your Feedbin account to subscribe to discovered feeds with one click.

How to build locally

  • Install yarn
  • cd into the extension directory
  • Run yarn
  • Build command
    • Chrome: yarn build:chrome -> Out dir: dist-chrome
    • Firefox: yarn build:firefox -> Out dir: dist-firefox
    • Safari: yarn build:safari -> Out dir: dist-safari
    • All: yarn build

About

A version of "streetpass" that finds RSS feeds, rather than Mastodon accounts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 55.8%
  • CSS 41.0%
  • JavaScript 2.8%
  • HTML 0.4%