Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 696 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 696 Bytes

Notice: This was my first personal project in React. It still works, but only really for Mastodon and Pleroma / Akkoma instances. There is no logic for Misskey accounts, nor GoToSocial or Honk or whatever. This is because unlike instance software, which would use Webfinger to find the actor, this project parsed RSS feeds very rigidly, and only Pleroma attempted to maintain Mastodon compatibility.

A fediverse feed viewer made in React.

Grabs your social media feed from the fediverse and parses it into a friendly page using your full handle (eg. [email protected]).

Running the project for development

It's as easy as:

npm run start