Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andremiras/edilkamin

Unofficial Edilkamin webapp
https://github.com/andremiras/edilkamin

edilkamin heating-systems stove

Last synced: 5 days ago
JSON representation

Unofficial Edilkamin webapp

Awesome Lists containing this project

README

        

# Open Edilkamin

[![Tests](https://github.com/AndreMiras/edilkamin/actions/workflows/tests.yml/badge.svg)](https://github.com/AndreMiras/edilkamin/actions/workflows/tests.yml)

This is an open alternative to the
[Edilkamin The Mind](https://play.google.com/store/apps/details?id=com.edilkamin.stufe) application
used for controlling pellet heating systems wirelessly.

This is built on top of the [edilkamin.js](https://github.com/AndreMiras/edilkamin.js) library.

## Run

```sh
yarn dev
```

## Test

```sh
yarn lint
yarn test
```