Skip to content

Files

Latest commit

 

History

History

telemetry-analyser-service

Telemetry Analyser µservice

Description

This service analyse data and warn the user if an anomaly is triggered.

Install

To install dependencies : npm install

To install the weather service you must install all npm dependencies with npm run install You must create a .env from the .env.example and fill the port (by default 3006).

Run

Run on dev : npm run dev

Run tests : npm run test

Run on prod : npm run start