streamduck-node-client

0.1.5 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i streamduck-node-client

    Weekly Downloads

    1

    Version

    0.1.5

    License

    LGPL-2.1

    Unpacked Size

    75.4 kB

    Total Files

    14

    Last publish

    Collaborators

    • thejebforge