git ssb

0+

Dominic / yap-gatherings



Tree: c41a27a2d832340a4e31d5f78b95d182759bb0e2

Files: c41a27a2d832340a4e31d5f78b95d182759bb0e2 / 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