git ssb

0+

cel / ssb-clingy



Branch:
cel committed Don't follow selfLatest: cf5d38a on 8/10/2019, 10:57:22 PM
πŸ“„.gitignore
πŸ“„Readme.md
πŸ“„index.js
πŸ“„package.json
Readme.md

ssb-clingy

logo

Behaviour change plugin to ssb-server which makes it way more friendly to strangers, kind of like a search and rescue dog.

If it sees any connection, it checks if they already follow them. If not it just follows them so they’re not alone anymore.

Install

ssb-server plugins.install ssb-clingy
// add plugins
Server
  .use(require('ssb-clingy'))
  .use(require('ssb-gossip'))
  .use(require('ssb-replicate'))
  .use(require('ssb-friends'))
 ...

var server = Server(config)

TODO

License

MIT

Built with git-ssb-web