ssb-about

v2.0.1
scuttlebot plugin for getting reduced 'about' state

ssb-about

scuttlebot plugin for indexing reduced "about" state.

Usage

For a detailed example, see example.js in this repo.

const Server = require('scuttlebot')
const config = { ... } // needs options

// Install the plugin
Server
  .use(require('scuttlebot/plugins/master')) // required
  .use(require('ssb-backlinks')) // required
  .use(require('ssb-about'))


// Start the server
const server = Server(config)

NOTE - this is now just a convenience wrapper around ssb-social-index. See that module for API details

License

MIT

npm i ssb-about

Metadata

  • MIT
  • Whatever
  • Secure Scuttlebutt Consortium
  • released 3/27/2019

Downloads