Skip to content

A Node.js client-side implementation of MediaButler/Server. Used to provide front end applications.

Notifications You must be signed in to change notification settings

MediaButler/node-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaButler Client

A Node.js client-side implementation of the MediaButler Server

NOTE: This is a code implementation of the client and does not include any front end capabilities.

How to use

  • Start your project by running npm init
  • Include this as a dependancy with npm install mediabutler-client --save
  • Include the client inside your code with const mediabutler = require('mediabutler-client');
  • Connect to the service with const service = new mediabutler({ serverUrl: '', machineId: '', clientId: '' });

About

A Node.js client-side implementation of MediaButler/Server. Used to provide front end applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published