git ssb

0+

Dominic / yap-gatherings



Tree: 94f0e4dd667e6f3e2c417ed1c141aaa49f8cdf08

Files: 94f0e4dd667e6f3e2c417ed1c141aaa49f8cdf08 / 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