https://github.com/ssbc/scuttle-thread
https://github.com/ssbc/scuttle-thread
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssbc/scuttle-thread
- Owner: ssbc
- Created: 2018-11-23T04:16:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T08:35:47.000Z (about 7 years ago)
- Last Synced: 2025-06-01T08:12:45.348Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scuttle-thread
requires a server with `ssb-backlinks` plugin installed
## Examples
```js
const Scuttle = require('scuttle-thread')
const scuttle = Scuttle(server)
scuttle.like(msg, { value: true, expression: 'heart' }, cb)
```