ssb-about

2.0.1 • Public • Published

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

/ssb-about/

    Package Sidebar

    Install

    npm i ssb-about

    Weekly Downloads

    38

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    1.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • powersource
    • arj03
    • staltz
    • mixmix
    • cel
    • mmckegg
    • christianbundy
    • dominictarr
    • marak
    • noffle
    • ahdinosaur
    • vtduncan
    • ev
    • pietgeursen
    • pfrazee
    • cryp7ix
    • happy0
    • kyphae