From 418a088890b9f8c6a396f2fb6f98f17d46a2143f Mon Sep 17 00:00:00 2001 From: Mark Bumiller Date: Tue, 27 Feb 2024 05:42:16 -0500 Subject: [PATCH] Added badges * latest published version * build status * contributors * activity * discord fixes airframesio/acars-decoder-typescript#35 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d96f51c..307da0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # acars-decoder-typescript +[![NPM Version](https://badge.fury.io/js/@airframes%2Facars-decoder.svg)](https://badge.fury.io/js/@airframes%2Facars-decoder) +[![GitHub Actions Workflow Status](https://github.com/airframesio/acars-decoder-typescript/actions/workflows/yarn-test.yml/badge.svg) +](https://github.com/airframesio/acars-decoder-typescript/actions/workflows/yarn-test.yml) +[![Contributors](https://img.shields.io/github/contributors/airframesio/acars-decoder-typescript)](https://github.com/airframesio/acars-decoder-typescript/graphs/contributors) +[![Activity](https://img.shields.io/github/commit-activity/m/airframesio/acars-decoder-typescript)](https://github.com/airframesio/acars-decoder-typescript/pulse) +[![Discord](https://img.shields.io/discord/1067697487927853077?logo=discord)](https://discord.gg/8Ksch7zE) + ACARS is an aircraft communications messaging protocol that has been in use worldwide for a few decades. This library exists to specifically decode the text portion of the ACARS message payload. The library is built around research and discoveries from the [ACARS Message Documentation](https://github.com/airframesio/acars-message-documentation), a community effort to document the details of the ACARS message label/text payload.