Socket
Socket
Sign inDemoInstall

nexmo-stitch

Package Overview
Dependencies
45
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nexmo-stitch

Nexmo Stitch SDK for JavaScript


Version published
Weekly downloads
105
increased by208.82%
Maintainers
5
Install size
5.06 MB
Created
Weekly downloads
 

Readme

Source

Nexmo Stitch SDK for JavaScript

Twitter

The Stitch SDK is intended to provide a ready solution for developers who want to integrate chat, voice and video into their apps.

Installation

NPM

A dependency manager for Node packages. You can install the Stitch SDK with the following command:

npm install nexmo-stitch

SDK Setup

Include the conversationClient.js script in your web page

<script src="node_modules/nexmo-stitch/dist/conversationClient.js"></script>

Or the minified version

<script src="node_modules/nexmo-stitch/dist/conversationClient.min.js"></script>

Testing

We use third party tools for testing the framework:

  • Karma: Karma is our test runner
  • Mocha: Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.
  • Chai: Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

Code style & Conventions

License

Copyright (c) 2018 Nexmo, Inc. All rights reserved. Licensed only under the Nexmo Stitch SDK License Agreement (the "License") located at

By downloading or otherwise using our software or services, you acknowledge that you have read, understand and agree to be bound by the Nexmo Stitch SDK License Agreement and Privacy Policy.

You may not use, exercise any rights with respect to or exploit this SDK, or any modifications or derivative works thereof, except in accordance with the License.

Authors

NEXMO

Keywords

FAQs

Last updated on 14 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc