Web interface for ESP8266 apps based on espbot.
Currently working for:
You need to have an http server running on localhost to use the app.
$ docker run -d --name <your_container_name> -p 80:80 -v <web_app_directory>/bin/upgrade/www:/usr/share/nginx/html:ro nginx:alpine
$ cd <web_app_directory>
$ npx http-server
Checkout Termux documentation.
Espbot Web App comes with a [BEER-WARE] license.
Enjoy.