ssb-about

scuttlebot plugin for getting reduced 'about' state

Usage no npm install needed!

<script type="module">
  import ssbAbout from 'https://cdn.skypack.dev/ssb-about';
</script>

README

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