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

https://github.com/ssbc/scuttle-thread


https://github.com/ssbc/scuttle-thread

Last synced: about 1 year ago
JSON representation

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)
```