From 54bcc415558265b1177a49e4007cc1933fc1a856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 30 Oct 2024 00:02:43 +0100 Subject: [PATCH] Add badges to readmes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- README.md | 4 ++++ packages/pl-api/README.md | 4 ++++ packages/pl-fe/README.md | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 9ec4485a6..65ff89008 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/pl-api/README.md b/packages/pl-api/README.md index 235142634..1d920c103 100644 --- a/packages/pl-api/README.md +++ b/packages/pl-api/README.md @@ -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. diff --git a/packages/pl-fe/README.md b/packages/pl-fe/README.md index 8e586bea1..957ce44e4 100644 --- a/packages/pl-fe/README.md +++ b/packages/pl-fe/README.md @@ -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!