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
- Host: GitHub
- URL: https://github.com/domnikl/ifttt-webhook
- Owner: domnikl
- License: mit
- Created: 2017-11-11T20:44:53.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T20:35:05.000Z (over 5 years ago)
- Last Synced: 2025-04-22T23:53:13.211Z (about 1 year ago)
- Topics: go, golang, ifttt, ifttt-makerwebhooks, library
- Language: Go
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ifttt-webhook
IFTTT Webhook library for Go
## Usage
```go
i := iftttWebhook.New("")
i.Emit("", "value1", "value2", "value3")
```