0.9.3-3 • Published 5 years ago

app3-apis-personal v0.9.3-3

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
5 years ago

app3-apis-personal

This is a sub package of app3.js

This is the personal package to be used in the app3-apis package. Please read the documentation for more.

Installation

Node.js

npm install app3-apis-personal

In the Browser

Build running the following in the app3.js repository:

npm run-script build-all

Then include dist/app3-apis-personal.js in your html file. This will expose the App3ApisPersonal object on the window object.

Usage

// in node.js
var App3ApisPersonal = require('app3-apis-personal');

var personal = new App3ApisPersonal('ws://localhost:8546');