Junkiri allows to form a network of NodeMCU and control it through a Web app. It supports WebSocket to write beautiful front end apps.
git clone git@github.com:deepsadhi/junkiri.git
npm install
mv config.example.js config.js
mv junkiri.example.db junkiri.db
npm run start:dev
- App http://localhost:8000
- Dashboard http://localhost:8000/login
Dashboard default username/password is admin/admin
All to be found repository wiki section.
Junkiri is licensed under the GPLv3 license. See License File for more information.