Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
ichtrojan authored Mar 24, 2021
1 parent 099d181 commit 24980ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Horus 𓂀

<img width="1461" alt="horus-hero" src="https://user-images.githubusercontent.com/5338836/112303700-e2a23480-8c9c-11eb-9e47-9b0634e5b1e5.png">

## Introduction

Horus is a request logger and viewer for [Go](https://golang.org). It allows developers log and view http requests made to their web application.

<img width="1461" alt="horus-big-brother" src="https://user-images.githubusercontent.com/5338836/112304004-44629e80-8c9d-11eb-930b-bdf32448673c.png">

## Installation

Run the following command to install Horus on your project:
Expand Down Expand Up @@ -35,6 +39,8 @@ func main() {
### Serve dashboard (optional)

<img width="1461" alt="horus-message-received" src="https://user-images.githubusercontent.com/5338836/112304136-69571180-8c9d-11eb-80db-167c6e8c4d3c.png">

```go
...
if err = listener.Serve(":{preferred_port}", "{preferred_password}"); err != nil {
Expand Down

0 comments on commit 24980ca

Please sign in to comment.