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.
- Host: GitHub
- URL: https://github.com/allanvillatoro/tanques
- Owner: allanvillatoro
- Created: 2016-09-14T22:06:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T15:41:51.000Z (about 5 years ago)
- Last Synced: 2025-06-11T06:06:47.244Z (about 1 year ago)
- Topics: angular, iot, nodejs, particle, tank
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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