An open API service indexing awesome lists of open source software.

https://github.com/domnikl/ifttt-webhook

Go IFTTT Webhook library
https://github.com/domnikl/ifttt-webhook

go golang ifttt ifttt-makerwebhooks library

Last synced: about 1 year ago
JSON representation

Go IFTTT Webhook library

Awesome Lists containing this project

README

          

# ifttt-webhook

IFTTT Webhook library for Go

## Usage

```go
i := iftttWebhook.New("")
i.Emit("", "value1", "value2", "value3")
```