Add badges to readmes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ac3910ac8f
commit
54bcc41555
3 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
![GitHub Repo stars](https://img.shields.io/github/stars/mkljczk/pl-fe)
|
||||
![GitHub License](https://img.shields.io/github/license/mkljczk/pl-fe)
|
||||
![Discord](https://img.shields.io/discord/1279834339470872598)
|
||||
|
||||
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`
|
||||
|
||||
![GitHub License](https://img.shields.io/github/license/mkljczk/pl-fe)
|
||||
![NPM Version](https://img.shields.io/npm/v/pl-api)
|
||||
![NPM Downloads](https://img.shields.io/npm/dw/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.
|
||||
|
||||
![GitHub Repo stars](https://img.shields.io/github/stars/mkljczk/pl-fe)
|
||||
![GitHub License](https://img.shields.io/github/license/mkljczk/pl-fe)
|
||||
![Weblate project translated](https://img.shields.io/weblate/progress/pl-fe)
|
||||
![Discord](https://img.shields.io/discord/1279834339470872598)
|
||||
|
||||
## 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!
|
||||
|
|
Loading…
Reference in a new issue