2.0.1 • Published 5 years ago

ssb-about v2.0.1

Weekly downloads
516
License
MIT
Repository
github
Last release
5 years ago

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