https://github.com/zwliew/auto-temp-submitter
A Deno script to automatically submit temperatures.
https://github.com/zwliew/auto-temp-submitter
temperature-submitter
Last synced: 3 days ago
JSON representation
A Deno script to automatically submit temperatures.
- Host: GitHub
- URL: https://github.com/zwliew/auto-temp-submitter
- Owner: zwliew
- Created: 2020-08-01T05:08:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T05:47:20.000Z (about 5 years ago)
- Last Synced: 2023-03-03T22:53:32.084Z (over 3 years ago)
- Topics: temperature-submitter
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature submitter
A Deno script that automatically submits temperatures.
Requires [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/).
Requires the following environment variables:
- PIN
- MEMBERID
- GROUPCODE
Command to run the script:
```bash
docker-compose up --build
```