oakjoao / Ceara_Feelings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceara Feelings

Ceara Feelings is an IOT project to mesuare umidity and temperature of any local

Getting Started

The project is separated in 3 peaces:

  1. Arduino application '/cearaFeelings_Arduino/cearaFeelings.ino'
  2. NodeJS application '/app.js/'
  3. Angular application 'angular/cearaFeelings/'

The Angular project is compiled and a 'dist' folder is generated. If you perform any change in the project you will need to run:

ng build

and copy the dist folder generated inside Angular project inside /root folder

Prerequisites

You will need:

On main folder and '/angular/cearaFeelings/' run:

npm install

Go to main folder and run:

node app.js

In the console you will see the response comming from Arduino file:

Exemple:

U:50.00% T:22.00°C 5/22/2018 3:05:45 PM

You can access through your browser:

https://localhost:3000/

Built With

Authors

  • João Vitor Carvalho

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:JavaScript 47.3%Language:C++ 42.3%Language:HTML 10.4%