microdrop-3.0
v3.2.9
Published
Microdrop with MQTT support and Web UI
Downloads
71
Readme
Microdrop 3.0
Microdrop with MQTT communication and web front end
Installing From NPM (Latest, or Release)
# Install latest:
> npm install https://github.com/sci-bots/microdrop-3.0
# Install latest release:
> npm install microdrop-3.0
> microdrop-3.0.cmd
Installing From Source (Latest)
> git clone https://github.com/Lucaszw/microdrop-3.0
> cd microdrop-3.0
> npm i --global gulp
> npm install
> gulp start