24 lines
546 B
Markdown
24 lines
546 B
Markdown
# Messenger
|
|
|
|
## About
|
|
The project's goal is build a generic messenger that notifies through multiple channels
|
|
|
|
## Usage
|
|
```
|
|
usage: messenger [-h|--help] [--webhook] [--url "<value>"]
|
|
|
|
Generic messenger that notifies through multiple channels
|
|
|
|
Arguments:
|
|
|
|
-h --help Print help information
|
|
--webhook Use this flag to enable webhook sending
|
|
--url URL to be used for webhook
|
|
```
|
|
|
|
## Build
|
|
Use the following command to build the application:
|
|
```
|
|
go build git.samuelpua.com/telboon/messenger/cmd/messenger
|
|
```
|