0.1.12 • Published 6 years ago

mediabutler-client v0.1.12

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago