Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

opentok-editor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 26 Oct 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc