Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christianbundy/example-ssb


https://github.com/christianbundy/example-ssb

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Example SSB

A small example of creating an SSB feed with only a few lines of JavaScript.

Pairs well with [HTTP-SSB](https://github.com/christianbundy/http-ssb).

If you want to try creating two messages and uploading them to a Glitch site:

```sh
node test.js | \
curl --header 'Content-Type: application/json' --data '@-' https://daily-alluring-robe.glitch.me
```