0.1.12 • Published 4 years ago

mediabutler-client v0.1.12

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

MediaButler Client

npm.io npm.io npm.io npm.io

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: '' });
0.1.12

4 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago