/simplesensor

Monitoring

Primary LanguageJavaScript

Simplesensor

Sensor monitoring

Create a simple interface to manage sensors informations

Requirements :

  • Node.js from https://nodejs.org/

  • Bower, installed with node.js by running : $ npm install bower -g

All used dependencies are listed in package.json

How to install :

Once you have node.js & bower installed, clone this repo by running :

$ git clone https://github.com/BenLeroy/simplesensor.git

Or download the project's Zip

Then run :

$ npm install
$ bower install

How to use :

Run : $ npm start from project's root ($ cd simplesensor)

Then go with your favorite browser at http://localhost:3000/

You can eventually set a custom port using $ PORT=[xxxx] npm start

To receive mail notifications, use $ MAIL_ALERT=[yourMailAdress] npm start

The project is generated by LoopBack.