Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wessouza/mastodon-flock
Let the birds flock to Mastodon
https://github.com/wessouza/mastodon-flock
astro mastodon react react95 twitter vercel
Last synced: 4 days ago
JSON representation
Let the birds flock to Mastodon
- Host: GitHub
- URL: https://github.com/wessouza/mastodon-flock
- Owner: WesSouza
- License: mit
- Created: 2022-11-21T13:09:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T01:16:34.000Z (11 months ago)
- Last Synced: 2024-04-13T20:33:10.452Z (7 months ago)
- Topics: astro, mastodon, react, react95, twitter, vercel
- Language: TypeScript
- Homepage: https://mastodon-flock.vercel.app
- Size: 1.96 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mastodon Flock
Mastodon Flock is a web application that looks for Twitter users on
ActivityPub-enabled platforms (the “Fediverse”), such as Mastodon.It works by connecting to your Twitter account, reading your contacts profile
information, and checking if they have mentioned any external accounts with a
URL or email.It is built with [React](https://reactjs.org) using
[React95](https://react95.io) components, bundled with
[Astro](http://astro.build) and deployed with [Vercel](https://vercel.com).## Installation and development
Make sure you have [Node.js](https://nodejs.dev/en/download/package-manager/)
and enable [pnpm](https://pnpm.io/installation).```sh
# Install dependencies
pnpm install# Run development server
pnpm run dev
```Check the output for the URL.
## LICENSE
MIT, https://wes.dev/LICENSE.txt