Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.74 KB

README.md

File metadata and controls

51 lines (44 loc) · 1.74 KB

WebRTC-kun

GitHub license Dependency Status devDependency Status

Summary

MediaStream and WebRTC test tool.

System Requirements

OS Node.js npm
Microsoft Windows 10 Professional Build 1607 4.4.7 4.6.1
macOS 10.12 (Sierra) 7.7.4 4.6.1
Ubuntu 16.04 (Xenial Xerus) 4.2.6 3.5.2

Browser

Setup

  1. Register via SkyWay (e-mail address required)
  2. After login, register an API key from the SkyWay Dashboard
    • Specify localhost under usable domains
  3. Paste your registered API key under key in config.es

Build

$ npm update
$ npm run build

HTML/CSS/JS will be output under dist.

dist
├index.html         HTML file
├index.bundle.html  HTML file (bundle version, including all CSS/JS)
├css                CSS file
│└style.css
└js                 JavaScript file
 └script.min.js

Run

$ npm start

Server will be started on your localhost.
==> Access at http://localhost:8000/