git ssb

0+

Dominic / yap-gatherings



Tree: 7672098be439d5c9a07c4bbc2bd066d84993695f

Files: 7672098be439d5c9a07c4bbc2bd066d84993695f / bin.js

227 bytesRaw
1
2require('ssb-client')(function (err, sbot) {
3 if(err) throw err
4 require('./get')(sbot, process.argv[2], function (err, value) {
5 if(err) throw err
6 sbot.close()
7 console.log(JSON.stringify(value, null, 2))
8 })
9})
10

Built with git-ssb-web