Socket
Socket
Sign inDemoInstall

opentok-editor

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    opentok-editor

A real time collaborative editor for OpenTok using CodeMirror and ot.js


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Build Status Code Climate Test Coverage

opentok-editor

A real time collaborative editor for OpenTok using CodeMirror and ot.js. More information in this blog article.

Installation

npm with webpack or browserify:

npm install opentok-editor

require('opentok-editor');
require('opentok-editor/opentok-editor.css');

Bower:

bower install opentok-editor

or clone this repo and include the opentok-editor.js or opentok-editor.min.js file.

Usage

See index.html. You will need to replace the values for API_KEY, SESSION_ID and TOKEN with values using your OpenTok account. Then you can run npm start and go to localhost:8080 in your browser.

How to Build Yourself

Keep all custom changes to the src/ files and then run:

npm install

Which will install all bower components and run the gulp build to build the opentok-editor.js and opentok-editor.min.js files.

Keywords

FAQs

Last updated on 26 Oct 2016

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