Prototype chrome addon that exposes the micro:bit's serial output to webpages.
Перейти к файлу
Peli de Halleux c608645d26 updated with v0.7 2016-11-02 14:35:51 -07:00
.vscode moving to typescript build 2016-02-05 05:45:25 -08:00
releases updated with v0.7 2016-11-02 14:35:51 -07:00
.gitattributes moving to typescript build 2016-02-05 05:45:25 -08:00
.gitignore building extension 2016-02-05 05:57:19 -08:00
LICENSE LICENSE 2015-11-18 10:33:55 -08:00
README.md moving to typescript build 2016-02-05 05:45:25 -08:00
background.ts updated with v0.7 2016-11-02 14:35:51 -07:00
demo.html updated demo page 2016-08-01 13:00:17 -07:00
demo.js updated app title 2015-12-02 10:45:27 -08:00
logo48.png updated with v0.7 2016-11-02 14:35:51 -07:00
logo128.png updated with v0.7 2016-11-02 14:35:51 -07:00
manifest.json updated with v0.7 2016-11-02 14:35:51 -07:00
package.json missing package 2016-02-05 06:09:51 -08:00
screenshot.png new relesae 2016-02-24 17:22:32 -08:00
tsconfig.json moving to typescript build 2016-02-05 05:45:25 -08:00
typings.json moving to typescript build 2016-02-05 05:45:25 -08:00

README.md

microbit-chrome

Prototype chrome addon that exposes the micro:bit's serial output to webpages.

Installation

See developer.chrome.com for instructions on how to install the local version into your chrome browser.

Requirements

  • Chrome 48 or later.

Sample page

The demo.html webpage goes along with the https://github.com/Microsoft/microbit-touchdevelop/blob/master/examples/tcs34725.cpp program. Run http-server from this directory, then visit http://localhost:8080/demo.html (keep in mind that pages served from file:// cannot open ports).

Building

Open a command prompt and run the following commands.

npm install
typings update