streamduck-node-client
v0.1.5
Published
NodeJS client for Streamduck project
Downloads
7
Maintainers
Readme
Streamduck Node Client
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