evr-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Gitter chat

Envelop® for Windows® JavaScript SDK

Check out our API reference and live JavaScript samples at https://envelopvr.com/sdk-docs

Installing from package managers

  • For Node: npm install evr-sdk --save
  • From Bower: bower install evr-sdk --save

Manual installation

  • Download and unzip the latest build from releases.

Building from source

  1. Run git clone https://github.com/envelopvr/evr-sdk
  2. Run cd evr-sdk
  3. If Gulp is not already installed globally, run npm install gulp -g
  4. If Typings is not already installed globally, run npm install typings -g
  5. Install the package dependencies: npm install
  6. Install the TypeScript declarations: typings install
  7. Build the library: gulp

Additional Gulp tasks

  • Use gulp build:node to build the library for NodeJS only.
  • Use gulp build:browserify to build the library for web browser clients only.
  • Use gulp watch, gulp watch:node or gulp watch:browserify for live recompilation.

Readme

Keywords

none

Package Sidebar

Install

npm i evr-sdk

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • envelopvr