This project works with Arduino board. It combines multiple data read from sensors and provides an dashboard to which is running on localhost. To get started , follow this steps:
git clone this repo
cd arduino-js
- Run
npm install
to install packages. - Run
node arduino.js
to start node server. - Now open browser and go to
http://localhost:3000
.