Skip to content

tvler/streetpass

Repository files navigation

Download for Chrome

Download for Safari

Download for Firefox

StreetPass for Mastodon

StreetPass is a browser extension that helps you find your people on Mastodon. Here's how it works:

  1. Mastodon users verify themselves by adding a custom link to their personal site.
  2. StreetPass lets you know when you've found one of these links, and adds them to your StreetPass list.
  3. Browse the web as usual. StreetPass will build a list of Mastodon users made up of the websites you go to.

❤️ StreetPass is made possible by open web identity verification standards.

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