2.0.10 • Published 7 years ago

@dat-daemon/client v2.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Dat daemon client

Installation

npm install @dat-daemon/client

Usage

const Client = require('@dat-daemon/client')
const client = await Client('ws://localhost:8477')

const dat = await client.add('/path/to/at')

const stream = await client.createWriteStream(a.key, path)
stream.write('test')

API