Skip to content

Commit

Permalink
README: Minor corrections
Browse files Browse the repository at this point in the history
- Add pipeline badge
  • Loading branch information
nkprince007 committed May 23, 2018
1 parent 4e19c99 commit 0c46e47
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Listen Service
# listen

This is the Listen service
[![pipeline status](https://gitlab.com/nkprince007/listen/badges/master/pipeline.svg)](https://gitlab.com/nkprince007/listen/commits/master)

Generated with
A simple go-micro web service that listens to incoming webhooks and sends out
events over specified topics.

```
Auto-generated with

```sh
micro new gitlab.com/nkprince007/listen --namespace=go.micro --type=web
```

Expand All @@ -24,7 +27,7 @@ micro new gitlab.com/nkprince007/listen --namespace=go.micro --type=web

Micro services depend on service discovery. The default is consul.

```
```sh
# install consul
brew install consul

Expand All @@ -38,16 +41,18 @@ A Makefile is included for convenience

Build the binary

```
```sh
make build
```

Run the service
```
./listen-web

```sh
./listen
```

Build a docker image
```

```sh
make docker
```

0 comments on commit 0c46e47

Please sign in to comment.