From 08d51213fa5369ca1b50fca81435873094c38205 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sat, 29 Oct 2022 20:39:55 +0300 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbf67d0 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# activitypub-models +ActivityPub JS/TS models with official docs. Still in development, not ready for production + +## TODO + - [ ] Implement all ActivityPub/ActivityStreams models + - [ ] Create website docs (or guide) for ActivityPub structures + - [ ] Add more tools, like parsers & converters and utils + - [ ] Publish as NPM package