Add badges to readmes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||

|
||||

|
||||

|
||||
|
||||
This repo hosts a few of my projects related to the Fediverse client `pl-fe`. This includes:
|
||||
|
||||
- [pl-fe](./packages/pl-fe/) — a social networking client app forked from Soapbox
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
# `pl-api`
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
A JavaScript library for interacting with Mastodon API-compatible servers, focused on support for projects extending the official Mastodon API.
|
||||
|
||||
`pl-api` attempts to abstract out the implementation details when supporting different backends, implementing the same features in different ways. It uses [Valibot](https://valibot.dev/) to ensure type safety and normalize API responses.
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
`pl-fe` is a social networking client app. It works with any Mastodon API-compatible software, but it's focused on supporting alternative backends, like Pleroma or GoToSocial.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Try it out
|
||||
|
||||
Want to test `pl-fe` with **any existing MastoAPI-compatible server?** Try [pl.mkljczk.pl](https://pl.mkljczk.pl) — enter your server's domain name to use `pl-fe` on any server!
|
||||
|
||||
Reference in New Issue
Block a user