You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samuel Pua 532a4a9922 Feat(messenger): Initial commit 3 years ago
cmd/messenger Feat(messenger): Initial commit 3 years ago
.gitignore Feat(messenger): Initial commit 3 years ago
README.md Feat(messenger): Initial commit 3 years ago
go.mod Feat(messenger): Initial commit 3 years ago
go.sum Feat(messenger): Initial commit 3 years ago

README.md

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