An open API service indexing awesome lists of open source software.

https://github.com/allanvillatoro/tanques

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.
https://github.com/allanvillatoro/tanques

angular iot nodejs particle tank

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# tanques

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.

## Installation
1. Download the repository
2. Install npm modules: `npm install`
3. Start up the server: `node server.js`
4. View in browser at http://localhost:3000