Feat(messenger): Initial commit

This commit is contained in:
2022-09-10 02:05:15 +08:00
commit 532a4a9922
5 changed files with 170 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Messenger
## About
The project's goal is build a generic messenger that notifies through multiple channels
## Usage
```
usage: print [-h|--help] [--webhook] [--url "<value>"]
Prints provided string to stdout
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
```