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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?