Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhiaro/no-ceremonies-are-necessary

ActivityPub client for posting articles and notes
https://github.com/rhiaro/no-ceremonies-are-necessary

Last synced: 10 days ago
JSON representation

ActivityPub client for posting articles and notes

Awesome Lists containing this project

README

        

# No Ceremonies Are Necessary

Blog posts (notes and articles) app that posts to a server using the ActivityPub client-to-server protocol, ish.

Post body should be HTML.

## Run

```
docker run --rm --interactive --tty \
--volume $PWD:/app \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
composer install
```

## Vocab

Posts objects with type `as:Note` or `as:Article`.

## Todo

* [ ] Fetch posts from endpoint to edit
* [ ] Save drafts in local storage