From 4ffab0119950e243098f95a419cea854658ea7b7 Mon Sep 17 00:00:00 2001 From: atlas44 <38798164+atlas44@users.noreply.github.com> Date: Fri, 27 Apr 2018 16:01:52 -0700 Subject: [PATCH] Add the README and stuff. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d45b90c..d0368d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # web-fusee-launcher Fusee Launcher, in a browser! + +# Description +This is a port of [fusee-launcher](https://github.com/reswitched/fusee-launcher) to JavaScript using WebUSB. This has been mildly tested and appears to work on Linux, Android (unrooted), OSX and ChromeOS. Today, this only works on Chrome because only Chrome implements WebUSB. It also does NOT work on Windows because the WebUSB Windows implementation does not allow sending the required USB packet. + +# Try it out +Either use a web server to host the files (must be on https!) or you can try the [demo](https://atlas44.s3-us-west-2.amazonaws.com/web-fusee-launcher/index.html).