Initial commit

This commit is contained in:
cel
2016-12-15 13:26:20 -08:00
commit 829750e126
8 changed files with 630 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env node
require('ssb-client')(function (err, sbot, config) {
if (err) throw err
require('.').init(sbot, config)
})