Gru is a service to get temperature and humidity sensor data from its various minions and store it in a csv file.
Go to file
Amritanshu Agrawal 35147d2248 Version Bump v0.0.3 2023-07-07 07:13:53 +05:30
.vscode Inital Commit 2023-07-07 06:38:14 +05:30
docker Fix: Edits were not committed 2023-07-07 07:03:07 +05:30
gru Forgot to add the device name to the csv file. 2023-07-07 07:13:47 +05:30
.flake8 Inital Commit 2023-07-07 06:38:14 +05:30
.gitignore Inital Commit 2023-07-07 06:38:14 +05:30
.pre-commit-config.yaml Inital Commit 2023-07-07 06:38:14 +05:30
CHANGES.md Inital Commit 2023-07-07 06:38:14 +05:30
README.md Inital Commit 2023-07-07 06:38:14 +05:30
deploy.sh Inital Commit 2023-07-07 06:38:14 +05:30
lint.sh Inital Commit 2023-07-07 06:38:14 +05:30
pyproject.toml Version Bump v0.0.3 2023-07-07 07:13:53 +05:30
version_bump.sh Forgot to add the device name to the csv file. 2023-07-07 07:13:47 +05:30

README.md

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install