Skip to content

paulocanedo/mqtt-ez

Repository files navigation

MQTT-EZ

A simple tool for mqtt management, you can use as firefox-addon or deploy anywhere

Download Firefox addon

https://addons.mozilla.org/en-US/firefox/addon/mqtt-ez/

build from source

git clone https://github.com/paulocanedo/mqtt-ez.git
cd mqtt-ez
npm install
npm run build

your compiled files will be in dist folder.

firefox-addon

if you want to run the addon for firefox, please first install web-ext.

npm install --global web-ext

and then open dist folder to run the addon:

cd dist
web-ext run

Releases

No releases published

Packages

No packages published