git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Tree: 9357a5e729bcc1b6addd132bf1c7a860b13364d5

Files: 9357a5e729bcc1b6addd132bf1c7a860b13364d5 / bin.js

132 bytesRaw
1#!/usr/bin/env node
2
3require('ssb-client')(function (err, sbot, config) {
4 if (err) throw err
5 require('.').init(sbot, config)
6})
7

Built with git-ssb-web