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 76999ef4ad Chore(help-screen): Tidy help screen 3 years ago
cmd/messenger Chore(help-screen): Tidy help screen 3 years ago
.gitignore Feat(messenger): Initial commit 3 years ago
README.md Chore(help-screen): Tidy help screen 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: 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