From b795e35bd3d3fae64120c4185e26e20347f7ce60 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Wed, 15 Jun 2022 08:54:38 +0200 Subject: [PATCH] Add activity-streams-validator to Utilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1299e3e..73dcf2c 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,8 @@ For an overview of known relays, see [A sorted list of ActivityPub relays for Ma * [**ActivityPubSchema**](https://github.com/redaktor/ActivityPubSchema): JSON Schema definition of the ActivityStreams and ActivityPub specifications. `MIT, Javascript` +* [**activity-streams-validator**](https://github.com/yuforium/activity-streams-validator) ([Fedi account](https://mastodon.social/@cpmoser)): Activity Streams validation for Typescript. `MIT, Typescript` + * :heavy_check_mark: [**bridge**](https://source.joinmastodon.org/mastodon/bridge): A simple web app that helps you find your Twitter friends on the federated Mastodon network. It is also an example of how the Mastodon API can be used and the federated OAuth authorization flow. `AGPL-3.0, Ruby` * :heavy_check_mark: [**dda-masto-embed**](https://github.com/DomainDrivenArchitecture/dda-masto-embed) ([Fedi account](https://social.meissa-gmbh.de/@team)): Embeds mastodon timline into a html page. Uses JS, no intermediate server required. `Apache-2.0, ClojureScript`