You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ad/domru** is inspired by [alexmorbo/domru](https://github.com/alexmorbo/domru), web server what allows you to control your domofon.
12
+
13
+
## 🚀 Installation and running
14
+
15
+
```shell
16
+
go get -u github.com/ad/domru
17
+
```
18
+
19
+
```shell
20
+
domru -login=1234567890 -password=qwerty
21
+
```
22
+
And open in browser http://localhost:8080/snapshot
23
+
24
+
## 🤝 Found a bug? Missing a specific feature?
25
+
26
+
Feel free to **file a new issue** with a respective title and description on the the [ad/domru](https://github.com/ad/domru/issues) repository. If you already found a solution to your problem, **we would love to review your pull request**!
27
+
28
+
29
+
## ✅ Requirements
30
+
Requires a **Go version higher or equal to 1.11**.
31
+
32
+
## 📘 License
33
+
Released under the terms of the [MIT License](LICENSE).
0 commit comments