-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# domru | ||
<br/> | ||
<p align="center"> | ||
<a href="https://github.com/ad/domru/blob/master/LICENSE" target="_blank"> | ||
<img src="https://img.shields.io/github/license/ad/domru.svg" alt="GitHub license"> | ||
</a> | ||
<a href="https://github.com/ad/domru/actions" target="_blank"> | ||
<img src="https://img.shields.io/github/workflow/status/ad/domru/Test%20application/master.svg?label=github-actions" alt="GitHub actions status"> | ||
</a> | ||
</p> | ||
|
||
**ad/domru** is inspired by [alexmorbo/domru](https://github.com/alexmorbo/domru), web server what allows you to control your domofon. | ||
|
||
## 🚀 Installation and running | ||
|
||
```shell | ||
go get -u github.com/ad/domru | ||
``` | ||
|
||
```shell | ||
domru -login=1234567890 -password=qwerty | ||
``` | ||
And open in browser http://localhost:8080/snapshot | ||
|
||
## 🤝 Found a bug? Missing a specific feature? | ||
|
||
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**! | ||
|
||
|
||
## ✅ Requirements | ||
Requires a **Go version higher or equal to 1.11**. | ||
|
||
## 📘 License | ||
Released under the terms of the [MIT License](LICENSE). |