Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ad authored Jun 13, 2020
1 parent c90ccac commit b0cfe1c
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
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.

## 🚀&nbsp; 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

## 🤝&nbsp; 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**!


## &nbsp; Requirements
Requires a **Go version higher or equal to 1.11**.

## 📘&nbsp; License
Released under the terms of the [MIT License](LICENSE).

0 comments on commit b0cfe1c

Please sign in to comment.