An open API service indexing awesome lists of open source software.

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.

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
```