browser-repl

Launch a repl on your command line to any browser in the cloud.

  • 所有者: Automattic/browser-repl
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

browser-repl

CLI utility to set up a remote browser repl.

How to use

$ npm install -g browser-repl
$ export SAUCE_USERNAME="your username"
$ export SAUCE_ACCESS_KEY="your key"
$ repl ie6

Sign up for a free OSS account on SauceLabs.

How it works

browser-repl is built on top of the wd module, which is an
implementation of the webdriver protocol.

Once a browser session is established,
socket.io is used to establish
a persistent connection that works on all browsers as fast as possible.

The socket.io server is hosted locally, and a reverse tunnel is set up
with localtunnel
which gives your computer a temporary URL of the format
https://{uid}.localtunnel.me.

The lines you enter are subsequently evald.
A global window.onerror hook is also set to capture errors.
Summoning repl with the -n argument disables this.

Contributors

License

MIT - Copyright © 2014 Automattic, Inc.

主要指標

概覽
名稱與所有者Automattic/browser-repl
主編程語言JavaScript
編程語言Makefile (語言數: 2)
平台
許可證
所有者活动
創建於2014-02-14 00:28:56
推送於2016-01-13 23:52:59
最后一次提交2015-05-24 17:10:05
發布數7
最新版本名稱0.4.0 (發布於 2015-05-24 17:10:05)
第一版名稱0.1.0 (發布於 2014-02-13 16:38:09)
用户参与
星數732
關注者數125
派生數28
提交數84
已啟用問題?
問題數11
打開的問題數8
拉請求數18
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?