Skip to content

quackmore/webapp_for_espbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Espbot Web App

Summary

Web interface for ESP8266 apps based on espbot.

Currently working for:

Espot standalone

Esp smart timer

Esp thermostat

You need to have an http server running on localhost to use the app.

Running an http server on localhost with docker

$ docker run -d --name <your_container_name> -p 80:80 -v <web_app_directory>/bin/upgrade/www:/usr/share/nginx/html:ro nginx:alpine

Running an http server on localhost with nodejs

$ cd <web_app_directory>
$ npx http-server

Running an http server on Android with Termux and nginx

Checkout Termux documentation.

License

Espbot Web App comes with a [BEER-WARE] license.

Enjoy.

About

web front end for esp8266 apps built with espbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published