This project is part of a connected weather station.
See also :
npm install
npm run dev
npm run build
You need to create a file with the minimal in it :
VITE_API_KEY=<Your api key to data server>
VITE_SERVER_URL=http://<hostname of data server>:<port of data server>
VITE_TEMPERATURE=1
VITE_PRESSURE=1
VITE_HUMIDITY=1
VITE_WIND_SPEED=0
VITE_WIND_DIRECTION=0
For the 0 or 1 values a 0 indicated that we don't want to see the chart and 1 that we want to print the chart