Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianbundy/example-ssb
https://github.com/christianbundy/example-ssb
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christianbundy/example-ssb
- Owner: christianbundy
- Created: 2020-01-14T02:51:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T03:13:44.000Z (over 4 years ago)
- Last Synced: 2025-01-12T11:43:40.022Z (7 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - christianbundy/example-ssb - (others)
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
```