1.0.1 • Published 1 year ago

foreks-web-sdk v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Foreks Logo

Foreks web sdk

Installation

$ npm i foreks-web-sdk -s
import ForeksWebSDK from "foreks-web-sdk/web-sdk";

const sdk = new ForeksWebSDK(
  'username',       // username
  'password',       // password
  'company',        // company
  'foreks',         // resource
  'wss://',         // wss address
  'myapp'           // your application name
);

Docs

Documentation Web SDK

1.0.1

1 year ago

1.0.0

1 year ago