-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
1,726 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
apidoc/ | ||
coverage/ | ||
deno.lock | ||
npm/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ Fedify: an ActivityPub server framework | |
======================================= | ||
|
||
[![JSR][JSR badge]][JSR] | ||
[![JSR score][JSR score badge]][JSR score] | ||
[![npm][npm badge]][npm] | ||
[![GitHub Actions][GitHub Actions badge]][GitHub Actions] | ||
[![Matrix][Matrix badge]][Matrix] | ||
[![Follow @hongminhee@todon.eu][@hongminhee.todon.eu badge]][@hongminhee.todon.eu] | ||
|
||
> [!NOTE] | ||
> Looking for a quick demo? Here it is: [Fedify Demo] on Deno Playground. | ||
Fedify is a [Deno]/TypeScript library for building federated server apps | ||
Fedify is a TypeScript library for building federated server apps | ||
powered by [ActivityPub] and other standards, so-called [fediverse].[^1] | ||
It aims to eliminate the complexity and redundant boilerplate code when | ||
building a federated server app, so that you can focus on your business logic | ||
|
@@ -51,17 +51,16 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. | |
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on. | ||
|
||
[JSR]: https://jsr.io/@fedify/fedify | ||
[JSR badge]: https://jsr.io/badges/@fedify/fedify | ||
[JSR score]: https://jsr.io/@fedify/fedify/score | ||
[JSR score badge]: https://jsr.io/badges/@fedify/fedify/score | ||
[JSR badge]: https://jsr.io/badges/@fedify/fedify? | ||
[npm]: https://www.npmjs.com/package/@fedify/fedify | ||
[npm badge]: https://img.shields.io/npm/v/@fedify/fedify?logo=npm | ||
[GitHub Actions]: https://github.com/dahlia/fedify/actions/workflows/build.yaml | ||
[GitHub Actions badge]: https://github.com/dahlia/fedify/actions/workflows/build.yaml/badge.svg | ||
[Matrix]: https://matrix.to/#/#fedify:matrix.org | ||
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org | ||
[@hongminhee.todon.eu badge]: https://fedi-badge.deno.dev/@[email protected]/followers.svg | ||
[@hongminhee.todon.eu]: https://todon.eu/@hongminhee | ||
[Fedify Demo]: https://dash.deno.com/playground/fedify-demo | ||
[Deno]: https://deno.com/ | ||
[ActivityPub]: https://www.w3.org/TR/activitypub/ | ||
[fediverse]: https://en.wikipedia.org/wiki/Fediverse | ||
[Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/ | ||
|
@@ -94,3 +93,5 @@ Or you can directly import it in your code using `jsr:` specifier: | |
~~~~ typescript | ||
import { Federation } from "jsr:@fedify/fedify"; | ||
~~~~ | ||
|
||
[Deno]: https://deno.com/ |
Oops, something went wrong.