da2x / dat-push

push a dat to remote peers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dat-push

WIP One-time push via Dat. The other side of dat-download, kind of?

npm travis standard

Example

var datPush = require('dat-push')

datPush(process.cwd(), 'hashbase.io', function (err) {
    if (err) throw err
    console.log('done pushing, maybe? thanks')
})

CLI

npm install -g dat-push

dat-push ./existing/dat-dir hashbase.io

License

MIT

About

push a dat to remote peers

License:MIT License


Languages

Language:JavaScript 100.0%