DEPRECATED! Originally was for Rust version of Streamduck

discord

Streamduck Node Client

streamducklogo_cut

Client library for interacting with Streamduck project


Example usage

Following code creates instance of unix client and retrieves device list from Streamduck daemon

const streamduck = require('streamduck-node-client');

let client = streamduck.newUnixClient();

await client.device_list()

Documentation

Documentation of the library can be found here: API Reference