git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Tree: 36c63bc1828456bf3417ff9eb5187cfcb776b3b2

Files: 36c63bc1828456bf3417ff9eb5187cfcb776b3b2 / 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