This IoT app was developed on Node.js and AngularJS. It allows you to monitor the level of the water tanks which have sensors connected to a Particle Photon board.
- Download the repository
- Install npm modules:
npm install
- Start up the server:
node server.js
- View in browser at http://localhost:3000