- run
npm install
(Node 14 or yarn) - run
npm start
- Vue 2 App with Tailwind CSS
- shows all clients on the current local network in which the API is started in (see Screenshot)
- easy and fast, needed it to check newly added ESP8266 devices like Sonoffs, Shellys or other IoT Devices, my Fritzbox is so slooooow
- intended for local use in a private network
- the API's default config refreshed the network devices every 5 mins, but you can force a refresh via refresh the button
API_URL
andREFRESH_URL
need to be set to thelan-list-api
-API- possible LAN solution: use
nginx
on raspberry and serve client and api for local network only