Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvler/streetpass
Find your people on Mastodon
https://github.com/tvler/streetpass
browser-extension chrome-extension firefox-addon mastodon safari-extension
Last synced: 12 days ago
JSON representation
Find your people on Mastodon
- Host: GitHub
- URL: https://github.com/tvler/streetpass
- Owner: tvler
- License: mit
- Created: 2022-12-29T22:33:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T20:53:16.000Z (9 months ago)
- Last Synced: 2024-04-13T21:04:13.763Z (7 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, mastodon, safari-extension
- Language: TypeScript
- Homepage: https://streetpass.social
- Size: 25.9 MB
- Stars: 345
- Watchers: 4
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
[Download for Chrome](https://chrome.google.com/webstore/detail/streetpass-for-mastodon/fphjfedjhinpnjblomfebcjjpdpakhhn)
[Download for Safari](https://apps.apple.com/us/app/streetpass-for-mastodon/id6446224821)
[Download for Firefox](https://addons.mozilla.org/en-US/firefox/addon/streetpass-for-mastodon/)
# 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](https://docs.joinmastodon.org/user/profile/#verification) 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](http://microformats.org/wiki/rel-me).
# 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`